Fetch reports from Kitsu and send them to a Discord webhook
Reports look something like this
Fill in the .env
file with the appropriate information.
Run pip install pipenv
to install pipenv
Run pipenv sync
to download dependencies
Run pipenv run python main.py
to start the program
Currently it won't remove old reports, so the reports.json will just get larger and larger. Eventually I'll strip it of older and unecessary report logs.