|
65d9510f27
|
Remove webhooks from /webhooks
|
2022-12-19 22:54:00 +01:00 |
|
|
b7d786e2c7
|
Add #noqa and #TODOs
|
2022-12-19 17:24:29 +01:00 |
|
|
372c5bb3e7
|
Add a function for get_webhooks()
|
2022-12-19 17:23:55 +01:00 |
|
|
a202e062de
|
Remove shutdown()
|
2022-12-19 01:54:20 +01:00 |
|
|
1866476092
|
Uncomment add_job so it will search for feeds again
|
2022-12-17 23:45:55 +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 |
|
|
1fcb9ffbf8
|
Check for new entries at start instead of waiting 15 minutes
|
2022-12-14 01:42:40 +01:00 |
|
|
a704a63582
|
Add tests
|
2022-12-13 22:09:51 +01:00 |
|
|
a757b85bcc
|
Remove unused arg
|
2022-12-12 22:44:46 +01:00 |
|
|
0c5e60d7fc
|
Add typehints
|
2022-12-11 13:01:22 +01:00 |
|
|
6a4ae2aba8
|
Sort feeds after when added instead of alphabetical
|
2022-12-10 23:55:07 +01:00 |
|
|
6b40bca0a3
|
Update docstring
|
2022-12-10 23:52:35 +01:00 |
|
|
3b7ed0c591
|
Redirect to index after deleting feed
|
2022-12-10 23:50:59 +01:00 |
|
|
b0949040f4
|
Move context to own line
|
2022-12-10 23:48:51 +01:00 |
|
|
64bfdc5123
|
Redirect to newly created feed instead of giving JSON back
|
2022-12-10 23:45:50 +01:00 |
|
|
fb4bf0d469
|
Remove /check
|
2022-12-10 22:54:30 +01:00 |
|
|
2f24de421f
|
Move search stuff to own file
|
2022-12-10 22:31:16 +01:00 |
|
|
1de74f7d8a
|
Sort URLs on index page alphabetical
|
2022-12-10 22:00:06 +01:00 |
|
|
6213a12b64
|
Remove underline for links
|
2022-12-10 21:49:29 +01:00 |
|
|
5ea85d9448
|
Add search
|
2022-12-10 19:51:36 +01:00 |
|
|
6d028919b7
|
Use url parameters instead of path
|
2022-12-09 17:14:42 +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 |
|
|
80d5174f22
|
Fix /remove and add try except
|
2022-12-06 17:01:42 +01:00 |
|
|
465ebd20b6
|
Make feed.html sexier
|
2022-12-06 13:59:24 +01:00 |
|
|
a9a6884d39
|
Add try except when closing program
|
2022-12-06 12:37:20 +01:00 |
|
|
f4fe22fd5e
|
Shutdown scheduler and reader on shutdown
|
2022-12-06 10:51:43 +01:00 |
|
|
f0ec10122a
|
Add job for checking for new entries
|
2022-12-06 10:51:21 +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 |
|
|
b5c3edf871
|
Convert /feed to GET instead of POST
|
2022-12-06 09:39:32 +01:00 |
|
|
4c5faa2181
|
Add type hints
|
2022-12-05 19:12:23 +01:00 |
|
|
31524f5e00
|
Run Black and use exc_info in logger.error
|
2022-12-05 13:13:47 +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 |
|
|
880909a0ab
|
Add favicon, /all has GET page for new feeds, and a base.html template
|
2022-12-04 19:37:58 +01:00 |
|
|
400b72dbf4
|
Add config file, dropdown for webhooks, and sends stuff to Discord
|
2022-12-02 16:47:47 +01:00 |
|
|
3bec59cdb6
|
Remove Typer and use Fastapi instead
|
2022-12-01 21:11:44 +01:00 |
|
|
6d4a8befd7
|
Rename main.py to discord_rss_bot.py
|
2021-12-31 04:11:14 +01:00 |
|
|
aa343f3544
|
You can now use a environment variable for database name
|
2021-12-22 19:19:26 +01:00 |
|
|
6a91dea658
|
Have webhook stored in reader database instead of config file
|
2021-12-22 02:33:26 +01:00 |
|
|
14b0d34145
|
Remove unneeded echo
|
2021-12-21 23:37:06 +01:00 |
|
|
58bff7ecb0
|
Use Typer instead of platformdirs
|
2021-12-14 01:43:30 +01:00 |
|
|
3e4937be65
|
Add docstrings to stats and delete
|
2021-12-14 01:20:19 +01:00 |
|