Commit Graph

115 Commits

Author SHA1 Message Date
0de093d704 Remove unnecessary "type: ignore" comments 2023-03-18 04:21:03 +01:00
948a5a2af9 Use Ruff and fix all its warnings and errors 2023-03-18 01:50:45 +01:00
9a90385fae You can now filter the author 2023-01-30 01:21:16 +01:00
3ebed6e5ed Fix comment 2023-01-29 13:38:10 +01:00
bc00be6f71 Refactor whitelist/blacklist 2023-01-29 02:16:36 +01:00
d5ac378664 /add uses it own context now instead of make_context_index 2023-01-29 01:27:31 +01:00
51be6c59d9 Use attached instead of corresponding 2023-01-29 01:23:10 +01:00
ae702fe492 Refactor code 2023-01-29 01:08:40 +01:00
fa061782f4 Move things away from main and refactor things 2023-01-28 21:11:20 +01:00
e571ad9ee2 Readd request to context and add tests 2023-01-28 19:44:59 +01:00
438c979632 Move more things out from main.py 2023-01-28 19:15:30 +01:00
3f403c8edd Move things away from main.py 2023-01-26 17:06:55 +01:00
2ae829f9f5 There is now a page for all the webhooks 2023-01-25 15:52:30 +01:00
fc9483d7ee Show feeds that has no corresponding webhook 2023-01-25 11:50:39 +01:00
90f64a968e Add print saying where the data is stored, add 2 TODOs, and add stuff to Uvicorn 2023-01-23 18:58:16 +01:00
f6f3e3a7d2 Fix missing tags 2023-01-23 17:39:11 +01:00
e612444737 Run add_missing_tags when testing and adding feed 2023-01-22 23:11:32 +01:00
269948303e Add support for webhook embeds 2023-01-22 23:00:03 +01:00
4bc2a7dc6f Improve feed page 2023-01-22 10:09:27 +01:00
d4fd70965e Create our own HTML to Markdown converter 2023-01-21 22:48:00 +01:00
bab4d1009c Add button to send entry to Discord 2023-01-21 14:16:08 +01:00
10568a266f Create remove_image_tags filter and apply it to content and summary 2023-01-21 11:29:12 +01:00
c48b2b1bf6 Remove logging to speed up the program 2023-01-20 08:13:04 +01:00
4b140d26a8 Show date, if whitelisted and, if blacklisted in feed page 2023-01-19 19:03:30 +01:00
ae7a10892d Add logging with loguru 2023-01-18 22:56:29 +01:00
cbad4e4430 You can now get the image from the content/summary 2023-01-18 02:52:39 +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
2090ff2cbb Don't crash if no entry 2023-01-16 17:53:57 +01:00
18d4fba862 Discord does not support tables so we remove them 2023-01-15 16:27:49 +01:00
873f5b3f7a Convert HTML in content/summary to Markdown 2023-01-14 12:54:03 +01:00
16319ed5e1 You can now customize the message sent to Discord 2023-01-13 23:05:20 +01:00
4583d67b0e Move custom Jinja 2 filers to own file 2023-01-11 02:05:29 +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
4b0c6e9855 Remove response, this fixes latest version of FastAPI 2023-01-10 19:02:23 +01:00
b0e9e80b14 Run Black 2023-01-10 17:19:06 +01:00
d5d6a93645 Show previous blacklist/whitelist in the text input 2022-12-27 22:09:45 +01:00
4788f7cd2b Add docstrings 2022-12-25 19:41:05 +01:00
dd10436024 Add typehints 2022-12-25 19:16:27 +01:00
6c36ea646c Show if entry is whitelisted or blacklisted 2022-12-23 23:00:02 +01:00
d7e7db911c Fix adding whitelist and blacklist 2022-12-23 22:59:44 +01:00
8e88fb7f65 Show feeds without webhooks 2022-12-21 01:37:40 +01:00
c68bb6e12b Rename broken_feed to broken_feeds 2022-12-21 01:31:01 +01:00
3c87caca98 Don't crash if encode_url gets None 2022-12-21 01:30:32 +01:00
6872ca853b Add more code for black/white-list 2022-12-20 23:56:19 +01:00
b88ce8a1f5 Add WIP for whitelist and blacklist 2022-12-20 05:10:01 +01:00
bbb8ff51bc You can now pause and unpause feeds 2022-12-20 03:29:46 +01:00
83383634b6 Make remove button smaller 2022-12-20 01:16:05 +01:00