Commit Graph

59 Commits

Author SHA1 Message Date
f14c1215d7 Remove [https:// from markdown link 2024-07-26 21:53:58 +02:00
d100ffc5d3 Move blacklist check above whitelist check 2024-06-19 16:43:42 +02:00
73b171dbfd Fix markdown looking like shit 2024-05-24 01:11:38 +02:00
73cf7c489c Fix all the bugs 2024-05-18 04:05:05 +02:00
5b94678b64 Update README 2023-08-07 04:26:13 +02:00
fdba0a9bd3 Fix custom message not working 2023-03-20 16:00:00 +01:00
948a5a2af9 Use Ruff and fix all its warnings and errors 2023-03-18 01:50:45 +01:00
e5931b77e6 Maybe fix broken whitelist? 2023-01-30 00:01:34 +01:00
ae702fe492 Refactor code 2023-01-29 01:08:40 +01:00
5a4e56056f Remove unneeded function 2023-01-28 21:15:42 +01:00
fa061782f4 Move things away from main and refactor things 2023-01-28 21:11:20 +01:00
a9c79a7a94 Add the webhook to existing feed if it doesn't have a webhook 2023-01-28 19:28:43 +01:00
438c979632 Move more things out from main.py 2023-01-28 19:15:30 +01:00
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