Commit Graph

26 Commits

Author SHA1 Message Date
e10ed420c1 Rename if_in_black/whitelist to what they do 2022-12-23 22:58:47 +01:00
f4f9bc1058 Readd feed to send_to_discord so test passes 2022-12-21 01:51:47 +01:00
6872ca853b Add more code for black/white-list 2022-12-20 23:56:19 +01:00
8a99b2ddf7 Except more stuff 2022-12-20 15:51:38 +01:00
b88ce8a1f5 Add WIP for whitelist and blacklist 2022-12-20 05:10:01 +01:00
ee3ce2016c Use database instead of config file 2022-12-16 14:36:44 +01:00
3dbe6ba79d Add type hints and other small stuff 2022-12-14 02:16:33 +01:00
a704a63582 Add tests 2022-12-13 22:09:51 +01:00
2f24de421f Move search stuff to own file 2022-12-10 22:31:16 +01:00
5ea85d9448 Add search 2022-12-10 19:51:36 +01:00
15543bea72 Remove logger 2022-12-08 13:46:13 +01:00
e52c066824 Remove every try except 2022-12-08 12:34:06 +01:00
09fa6ece48 Improve HTML 2022-12-07 21:36:46 +01:00
53d87b29b1 Remove space and newline when adding new feed 2022-12-07 12:51:07 +01:00
a9a6884d39 Add try except when closing program 2022-12-06 12:37:20 +01:00
8b4dc47840 Move reader.update_feeds to send_to_discord 2022-12-06 10:50:37 +01:00
bc1b6c699a Add type hints 2022-12-06 10:49:38 +01:00
42ea4ced74 Fix /add 2022-12-06 10:25:22 +01:00
c8e76291a5 Fix send_to_discord and add more excepts 2022-12-06 10:18:33 +01:00
31524f5e00 Run Black and use exc_info in logger.error 2022-12-05 13:13:47 +01:00
9a0177a17f Use real function name and not alias 2022-12-05 12:03:49 +01:00
4f92447915 Sort functions alphabetical and fill out docstrings 2022-12-05 12:02:41 +01:00
e045f07282 Add docstrings to files 2022-12-05 11:41:05 +01:00
551644de5e Move update_feed and add_feed to own function, and create set_hook_by_name 2022-12-05 11:16:27 +01:00
80ea0b49a2 Get feed_url from entity instead of argument 2022-12-05 09:03:40 +01:00
400b72dbf4 Add config file, dropdown for webhooks, and sends stuff to Discord 2022-12-02 16:47:47 +01:00