Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steeven9/animescraper
Discord bot to get notified about new anime or manga releases
https://github.com/steeven9/animescraper
anime bot discord manga
Last synced: 20 days ago
JSON representation
Discord bot to get notified about new anime or manga releases
- Host: GitHub
- URL: https://github.com/steeven9/animescraper
- Owner: Steeven9
- License: gpl-3.0
- Created: 2023-04-26T15:23:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T18:47:13.000Z (9 months ago)
- Last Synced: 2024-03-25T20:00:56.373Z (9 months ago)
- Topics: anime, bot, discord, manga
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnimeScraper
![](https://img.shields.io/github/license/steeven9/AnimeScraper)
![](https://img.shields.io/docker/cloud/automated/steeven9/AnimeScraper)
![](https://img.shields.io/docker/cloud/build/steeven9/AnimeScraper)
![](https://img.shields.io/tokei/lines/github/steeven9/AnimeScraper)Sends a webhook notification when a new anime episode releases.
## How to run it
First install the dependencies:
```bash
pip install -r requirements.txt
```Rename `config_sample.json` to `config.json`, adjust the options in there, and then run the script:
```bash
python main.py
```## Docker
There is a Docker image available on [DockerHub](https://hub.docker.com/repository/docker/steeven9/animescraper). To use it, simply run:
```bash
docker run -v ./config:/usr/src/app/config steeven9/animescraper
```## Credits
This project uses [PyNime](https://github.com/yoshikuniii/pynime) to fetch new episodes.