Commit graph

310 commits

Author SHA1 Message Date
Schimon Jehudah
e3a53068af Update __main__.py 2023-11-02 05:18:53 +00:00
Schimon Jehudah
169878c3b7 Update xmpphandler.py 2023-11-02 05:18:26 +00:00
Schimon Jehudah
85d98609c5 Update sqlitehandler.py 2023-11-02 05:18:01 +00:00
Schimon Jehudah
1f3aa9459e Update confighandler.py 2023-11-02 05:17:30 +00:00
Schimon Jehudah
eb0bec12fd Update datahandler.py 2023-11-02 05:17:04 +00:00
Schimon Jehudah
6c5f17e11a Update file confighandler.py 2023-11-02 05:15:33 +00:00
Schimon Jehudah
8511239e2c Update 6 files
- /slixfeed/database.py
- /slixfeed/sqlitehandler.py
- /slixfeed/datahandler.py
- /slixfeed/confighandler.py
- /slixfeed/xmpphandler.py
- /slixfeed/__main__.py
2023-11-02 05:14:01 +00:00
Schimon Jehudah
cb3de7feba Split main.py into modules 2023-10-24 14:43:14 +00:00
Schimon Jehudah
e1069301fa Pass title string instead of a parsed feed 2023-10-12 11:13:46 +00:00
Schimon Jehudah
b1d1af5100 Use loop.call_at 2023-10-12 11:09:31 +00:00
Schimon Jehudah
ef5f38c031 Add Settings 2023-10-10 13:42:36 +00:00
Schimon Jehudah
7e5a15d57b - Add TaskGroups so all JIDs be served co-routinely
- Add Settings
2023-10-10 13:41:20 +00:00
Schimon Jehudah
b1f5a37978 Upload New File 2023-10-10 13:38:38 +00:00
Schimon Jehudah
aa8c35d728 Add statistics 2023-10-04 12:37:31 +00:00
Schimon Jehudah
cf44241698 Update 2 files
- /slixfeed/__main__.py
- /slixfeed/database.py
2023-09-29 11:49:24 +00:00
Schimon Jehudah
8907c5bdb9 Laura is the instructor, mentor and coauthor of this project 2023-07-16 15:28:57 +00:00
Schimon Jehudah
ddfc0e489a Delete slixfeed.py 2023-07-16 15:24:54 +00:00
Schimon Jehudah
ec7abb5e90 Fix database lock error (Laura) 2023-07-16 15:23:44 +00:00
Schimon Jehudah
20fe8c23af Fix database lock error (Laura) 2023-07-16 15:23:10 +00:00
Schimon Jehudah
8889f11070 Add new directory 2023-07-16 15:22:20 +00:00
Schimon Jehudah
d60ff7bd5d Add new file 2023-07-16 15:21:26 +00:00
Schimon Jehudah
ffea8994ea Update README.md 2022-12-11 13:49:48 +00:00
Schimon Jehudah
fe00073380 Don't use string formatting and handle timeout and minor changes
Thank you habnabit_
2022-12-11 13:45:42 +00:00
Schimon Jehudah
10735697ce Only operate on sources of http code 200
What potentially could happen, is removing all news items of a 403 feed, which would cause in resending all of its news items, including those that were already seen by user.
2022-11-23 14:31:59 +00:00
Schimon Jehudah
52fad12660 Don't create new connections while database is engaged 2022-11-23 12:18:12 +00:00
Schimon Jehudah
2e23e93584 Laura 2022-09-24 19:01:57 +00:00
Schimon Jehudah
0c32f95814 Update slixfeed.py 2022-08-17 13:32:25 +00:00
Schimon Jehudah
692faed8ee Update slixfeed.py 2022-08-17 04:49:54 +00:00
Schimon Jehudah
19caaf885e Update slixfeed.py 2022-08-14 17:30:35 +00:00
Schimon Jehudah
173aeb09cf Update slixfeed.py 2022-08-14 15:23:46 +00:00
Schimon Jehudah
604aa73db1 Update slixfeed.py 2022-08-14 09:29:20 +00:00
Schimon Jehudah
b85bc9243f Update slixfeed.py 2022-08-09 10:24:36 +00:00
Schimon Jehudah
ecd414b228 Update slixfeed.py 2022-08-05 08:54:41 +00:00
Schimon Jehudah
0327b54624 Update slixfeed.py 2022-08-05 07:55:03 +00:00
Schimon Jehudah
0e9fb54821 Update slixfeed.py 2022-08-04 18:31:23 +00:00
Schimon Jehudah
6093148621 Update slixfeed.py 2022-07-20 18:44:44 +00:00
Schimon Jehudah
1d31992842 Update slixfeed.py 2022-07-20 18:39:12 +00:00
Schimon Jehudah
c9506e72b8 Add search functionality 2022-07-20 18:32:30 +00:00
Schimon Jehudah
d8987b616d Update slixfeed.py 2022-07-20 15:46:20 +00:00
Schimon Jehudah
64dd05837d Update slixfeed.py 2022-07-20 07:14:00 +00:00
Schimon Jehudah
9cd101a26d Update slixfeed.py 2022-07-19 09:01:03 +00:00
Schimon Jehudah
993c009c42 Add aiohttp. WARNING: Code doesn't work as expected. Fix will be made soon. 2022-07-14 07:08:12 +00:00
Schimon Jehudah
a11e427b14 Update slixfeed.py 2022-07-13 14:32:07 +00:00
Schimon Jehudah
b49a90bc83 Update slixfeed.py 2022-07-11 16:50:54 +00:00
Schimon Jehudah
010ca2bf93 Reconnect upon disconnection event, thus assuring continuation of program action. Thank you magicfelix! 2022-07-05 04:26:10 +00:00
Schimon Jehudah
e9dfb60c45 Update slixfeed.py 2022-06-30 16:21:22 +00:00
Schimon Jehudah
ba966c715f Update README.md 2022-06-30 16:02:00 +00:00
Schimon Jehudah
69a5dc1f12 Update slixfeed.py 2022-06-30 15:50:19 +00:00
Schimon Jehudah
be04cfec89 Update slixfeed.py 2022-06-30 15:17:46 +00:00
Schimon Jehudah
51df9cc9d2 Update README.md 2022-06-26 17:32:11 +00:00