Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matt711/anime_reference

A python library for scraping content from anime websites (mainly https://www.fandom.com/topics/anime).
https://github.com/matt711/anime_reference

anime python

Last synced: about 1 month ago
JSON representation

A python library for scraping content from anime websites (mainly https://www.fandom.com/topics/anime).

Awesome Lists containing this project

README

        

# anime_reference

## Installing
### Via `pip`
I wrote this library to quickly get summaries from my favourite anime episodes. Hopefully, you find it easy to use.
Install using the following command:

```
pip install anime-reference
```

### Via GitHub
Alternatively, you can just clone this repo and import the libraries at your own discretion.

### Documentation
Currently, the package can get per episode summaries for a few anime titles.
The package will be expanding to include more and other content as well, but this is a start.

For full details on the Documentation please refer to the [documentation](https://github.com/Matt711/anime_reference/blob/master/Documentation.md).