Commit Graph

46 Commits

Author SHA1 Message Date
e5d93e9779 Fix crash when color was int 2023-01-25 15:51:51 +01:00
b056a5a7bb Fix test 2023-01-23 19:15:27 +01:00
8d56acdbd8 Maybe fix test? 2023-01-23 19:09:10 +01:00
8016c57d75 Change embed color to str and set a default one 2023-01-23 17:38:56 +01:00
5a6482b583 Fix minor things that broke in last commit 2023-01-23 00:18:48 +01:00
269948303e Add support for webhook embeds 2023-01-22 23:00:03 +01:00
bab4d1009c Add button to send entry to Discord 2023-01-21 14:16:08 +01:00
c48b2b1bf6 Remove logging to speed up the program 2023-01-20 08:13:04 +01:00
ae7a10892d Add logging with loguru 2023-01-18 22:56:29 +01:00
b2ab72d4b0 You can now customize the default message 2023-01-17 23:59:18 +01:00
ace8d238bf Remove print statements 2023-01-17 02:38:29 +01:00
873f5b3f7a Convert HTML in content/summary to Markdown 2023-01-14 12:54:03 +01:00
0700a169fa Remove 🤖 📢before message 2023-01-13 23:07:00 +01:00
16319ed5e1 You can now customize the message sent to Discord 2023-01-13 23:05:20 +01:00
6c4719cd99 Move blacklist and whitelist to own directory 2023-01-11 00:49:15 +01:00
504f1c5fe6 Fix all errors and warnings 2023-01-10 23:07:15 +01:00
d4c47aa729 Remove module docstring 2023-01-10 19:28:22 +01:00
e3b44fd34e Add a function for getting webhook for a entry 2022-12-29 15:29:34 +01:00
e598455836 Make code shorter 2022-12-28 17:38:31 +01:00
dd10436024 Add typehints 2022-12-25 19:16:27 +01:00
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