Commit Graph

280 Commits

Author SHA1 Message Date
596238420a Remove unneeded variable 2023-01-28 21:22:45 +01:00
ee6eac721b Remove __name__ == "__main__" in markdown.py 2023-01-28 21:16:23 +01:00
07aeea44c2 Remove unneeded variable 2023-01-28 21:15:59 +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
e571ad9ee2 Readd request to context and add tests 2023-01-28 19:44:59 +01:00
a9c79a7a94 Add the webhook to existing feed if it doesn't have a webhook 2023-01-28 19:28:43 +01:00
3f81b532fe Delete webhook after deleting feed in tests 2023-01-28 19:27:14 +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
e5d93e9779 Fix crash when color was int 2023-01-25 15:51:51 +01:00
fc9483d7ee Show feeds that has no corresponding webhook 2023-01-25 11:50:39 +01:00
4824fa9452 Add more tests 2023-01-25 11:35:43 +01:00
c497cb0808 Fix missing space on the home page 2023-01-24 17:45:20 +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
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
89ddca515c Fix README 2023-01-23 18:57:07 +01:00
27b1b794ee Add information to index page when you have no feeds 2023-01-23 17:46:36 +01:00
f6f3e3a7d2 Fix missing tags 2023-01-23 17:39:11 +01:00
8016c57d75 Change embed color to str and set a default one 2023-01-23 17:38:56 +01:00
a1b3e3fe5e Lock file maintenance 2023-01-23 02:19:35 +00:00
5a6482b583 Fix minor things that broke in last commit 2023-01-23 00:18:48 +01:00
160cfdc401 Add if else around content and summary 2023-01-22 23:34:07 +01:00
e612444737 Run add_missing_tags when testing and adding feed 2023-01-22 23:11:32 +01:00
ad674c81c9 Add djLint as a dependency 2023-01-22 23:00:25 +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
d3849a60ab Add more tests 2023-01-22 10:09:12 +01:00
d4fd70965e Create our own HTML to Markdown converter 2023-01-21 22:48:00 +01:00
0bcc551a3f Use or instead of if else 2023-01-21 14:17:12 +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
519066649d Cache things to speed up the program 2023-01-20 07:48:27 +01:00
9b15b0e399 Use html2text instead of markdownify 2023-01-20 07:47:51 +01:00
4b140d26a8 Show date, if whitelisted and, if blacklisted in feed page 2023-01-19 19:03:30 +01:00
f39c9056fd Add more tests 2023-01-19 04:05:35 +01:00
82bf97491d Fix whitespace in HTML 2023-01-18 22:56:43 +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
904e4955a8 Remove unused CSS 2023-01-17 03:41:31 +01:00
ace8d238bf Remove print statements 2023-01-17 02:38:29 +01:00
202c0b1212 Ignore more djLint stuff 2023-01-17 00:58:12 +01:00
7791dd3d91 Use djLint 2023-01-17 00:54:27 +01:00
a3a923156e You can now see what feeds are disabled on the home page 2023-01-16 22:00:18 +01:00
31a71433ae Fix blacklist.html not having title prefilled 2023-01-16 21:41:36 +01:00
44bf5e12bf Make exceptions look better 2023-01-16 19:39:28 +01:00