Commit graph

338 commits

Author SHA1 Message Date
Schimon Jehudah ecdcfe9c22 Fox issue with callback (adding URL) and an attempt to import specific parts of modules 2023-12-04 14:41:02 +00:00
Schimon Jehudah 75ccfbe521 Various of modifications 2023-12-01 13:22:03 +00:00
Schimon Jehudah 9504d31d03 Add reference to JabRSS of Christof Meerwald and Jens W. Wulf 2023-11-30 17:27:49 +00:00
Schimon Jehudah 88e1468bd6 Format title - add feed title to entry title 2023-11-29 18:53:24 +00:00
Schimon Jehudah 6e7c57d745 Add option to ignore old news items 2023-11-29 15:32:35 +00:00
Schimon Jehudah c66e09461d Add LICENSE 2023-11-29 15:25:23 +00:00
Schimon Jehudah be6e1e0622 Update README.md 2023-11-28 16:13:57 +00:00
Schimon Jehudah 634b0e3ce6 Add MUC support including bookmarks and improve filtering 2023-11-27 17:22:56 +00:00
Schimon Jehudah 071bf78e1d Add support for groupchat and activation feature 2023-11-26 15:23:52 +00:00
Schimon Jehudah 31baf96430 Add preview commands (read and select) and experimenting with XEP-0249 2023-11-26 05:48:09 +00:00
Schimon Jehudah efa05aaba1 Fix tasks. Listen carefully to Laura. 2023-11-23 16:55:36 +00:00
Schimon Jehudah f82550d24c Add feeds, mionr improvements and notes 2023-11-22 11:47:34 +00:00
Schimon Jehudah bbc25d25b9 Delete main.py 2023-11-15 14:02:39 +00:00
Schimon Jehudah cb2317b35a Fix archiving. WARNING of complexity due to UNION of SQL 2023-11-15 14:00:49 +00:00
Schimon Jehudah 9a93d6de0e Add default configurations and dictionary as assets 2023-11-15 13:42:56 +00:00
Schimon Jehudah b6ed4726ce Update datasets 2023-11-15 13:28:21 +00:00
Schimon Jehudah 30c43fc6c2 Merge branch 'work-in-progress' into 'master'
Update 8 files

See merge request sjehuda/slixfeed!2
2023-11-15 13:12:35 +00:00
Schimon Jehudah fad5e51ccb Add Ireland! 2023-11-13 14:12:05 +00:00
Schimon Jehudah 80a4aa4a39 Delete united_Kingdom.csv.old 2023-11-13 14:11:27 +00:00
Schimon Jehudah c83182c804 Update united_Kingdom.csv 2023-11-13 14:10:50 +00:00
Schimon Jehudah 7c95791968 Add csv datasets 2023-11-13 13:56:12 +00:00
Schimon Jehudah 031eb6ce53 Update 8 files
- /slixfeed/sqlitehandler.py
- /slixfeed/xmpphandler.py
- /slixfeed/opmlhandler.py
- /slixfeed/datahandler.py
- /slixfeed/datetimehandler.py
- /slixfeed/__main__.py
- /slixfeed/confighandler.py
- /slixfeed/filterhandler.py
2023-11-13 13:45:10 +00:00
Schimon Jehudah 9d6a211d36 Delete feedhandler.py 2023-11-02 12:16:13 +00:00
Schimon Jehudah 01803de1a9 Delete settings.py 2023-11-02 12:15:49 +00:00
Schimon Jehudah 63ae7500df Merge branch 'WIP' into 'master'
Merge branch WIP

See merge request sjehuda/slixfeed!1
2023-11-02 12:14:43 +00:00
Schimon Jehudah 2d5485350e Merge branch 'master' into 'WIP'
# Conflicts:
#   slixfeed/datahandler.py
#   slixfeed/xmpphandler.py
2023-11-02 12:14:30 +00:00
Schimon Jehudah af93a3781c Remove some print command and correct commented NOTE 2023-11-02 12:05:43 +00:00
Schimon Jehudah d712eaea31 Store looping task inside a dictionary so that it would be cancellable by pointing at the dictionary 2023-11-02 11:20:00 +00:00
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