You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
.vscode | 6 months ago | |
sites | 6 months ago | |
.editorconfig | 2 years ago | |
.flake8 | 2 years ago | |
.gitignore | 1 year ago | |
.python-version | 6 months ago | |
LICENSE | 2 years ago | |
README.md | 6 months ago | |
_utils.py | 6 months ago | |
check.py | 6 months ago | |
config.yaml.dist | 1 year ago | |
mangas.sqlite.dist | 6 months ago | |
poetry.lock | 6 months ago | |
pyproject.toml | 6 months ago | |
requirements.txt | 6 months ago |
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.