Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.