|
||
---|---|---|
.vscode | ||
sites | ||
.editorconfig | ||
.flake8 | ||
.gitignore | ||
.python-version | ||
LICENSE | ||
README.md | ||
_utils.py | ||
check.py | ||
config.yaml.dist | ||
mangas.sqlite.dist | ||
poetry.lock | ||
pyproject.toml | ||
requirements.txt |
README.md
Manga Checker
Check for new releases on various sources and send a Discord notification
Install
Have a recent install of python 3, poetry and git.
git clone https://git.rita.moe/kody/manga-checker.git
cd manga-checker
poetry install
cp config.yaml.dist config.yaml
Config
Edit config.yaml
.
webhook
: Discord webhook URLsentry
: Your Sentry DSN (optional)- The rest are lists of URLs of the overview page for a manga from that source
- Supported:
asurascans
,cubari
,dynastyscansseries
,guya
,mangadex
,mangahub
,mangasee
, (setsuscans
) - Leave the list empty or remove the key if you don't use a source
- Supported:
Run
Just do poetry run check
or poetry run python check.py
.
Put it in a cron every 15-20 minutes.