Commit Graph

19 Commits

Author SHA1 Message Date
372c5bb3e7 Add a function for get_webhooks() 2022-12-19 17:23: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
a704a63582 Add tests 2022-12-13 22:09:51 +01:00
0c5e60d7fc Add typehints 2022-12-11 13:01:22 +01:00
15543bea72 Remove logger 2022-12-08 13:46:13 +01:00
32fd7fddc8 Make functions smaller 2022-12-08 13:01:48 +01:00
d619533c7c Remove environment variables, you can only use the settings file now 2022-12-08 12:37:59 +01:00
2aa372ff87 Fix get_data_dir 2022-12-06 10:49:59 +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
3cb38f8714 Remove unused import 2022-12-05 09:03:52 +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
6a91dea658 Have webhook stored in reader database instead of config file 2021-12-22 02:33:26 +01:00
58bff7ecb0 Use Typer instead of platformdirs 2021-12-14 01:43:30 +01:00
203525becb Move settings to settings.py and read from a config file 2021-12-12 22:00:02 +01:00