https://github.com/thesage21/mangawatch
Report new manga chapters on your telegram
https://github.com/thesage21/mangawatch
Last synced: about 1 month ago
JSON representation
Report new manga chapters on your telegram
- Host: GitHub
- URL: https://github.com/thesage21/mangawatch
- Owner: theSage21
- Created: 2020-09-07T05:36:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T10:21:26.000Z (over 4 years ago)
- Last Synced: 2025-01-28T21:29:09.835Z (3 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MangaWatch
Notifies you on telegram about new chapters for manga that you've listed for watching.
1. Get a bot token from bofather on telegram.
2. Find your own user ID using userinfobot on telegram.
3. `cp example.json watch.json`
4. Edit `watch.json` with the info obtained in step 1 and 2.
5. Run the program with `python -m mangawatch`I usually run it as a permanent service with docker.
```bash
docker build -t mangawatch .
docker run -d -it --restart unless-stopped -v $PWD:/src mangawatch python -m mangawatch
```