Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/matt711/anime_reference
- Owner: Matt711
- Created: 2021-05-29T19:08:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T19:16:43.000Z (11 months ago)
- Last Synced: 2024-11-18T15:29:30.098Z (about 1 month ago)
- Topics: anime, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).