Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eitozx/animu
Animu API Wrapper written in Python that has both Sync & Async Client
https://github.com/eitozx/animu
anime anime-api anime-quotes anime-quotes-api animu animu-api hacktoberfest hacktoberfest-accepted hacktoberfest2022
Last synced: 16 days ago
JSON representation
Animu API Wrapper written in Python that has both Sync & Async Client
- Host: GitHub
- URL: https://github.com/eitozx/animu
- Owner: eitozx
- License: gpl-3.0
- Created: 2022-03-14T19:44:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T06:30:24.000Z (about 2 years ago)
- Last Synced: 2024-09-24T20:42:14.562Z (about 1 month ago)
- Topics: anime, anime-api, anime-quotes, anime-quotes-api, animu, animu-api, hacktoberfest, hacktoberfest-accepted, hacktoberfest2022
- Language: Python
- Homepage: https://pypi.org/project/animu
- Size: 29.3 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Animu
![Pypi Release](https://img.shields.io/pypi/v/animu.svg?style=for-the-badge&logo=pypi&color=yellowgreen&logoColor=white)
![Download Stats](https://img.shields.io/pypi/dm/animu?color=blueviolet&logo=pypi&logoColor=white&style=for-the-badge)
![Latest Release](https://img.shields.io/github/v/release/eitozx/animu?include_prereleases&label=Latest%20Release&logo=github&sort=semver&style=for-the-badge&logoColor=white)An async wrapper for [Animu API](https://animu.ml/) written in Python.
## Key Features
- An async library.
- Anime fact, waifu & more!
- Especially made for discord bots.
- Easy to use with an object oriented design.## Installing
**Python 3.8 or higher is required**
You can install it by following command:
```cmd
pip install animu
```# FAQ
## How do I get the Animu API token?
To get the token, [join Discord server of Animu API](https://discord.gg/yyW389c). Move to `#bot-commands` channel. And do `-claim`.From there, further process should start in your DM. Good luck!
## My Token is not working anymore. Why?
Make sure that you've joined the support server, or else it won't work. If it's still not working, please ask for help in their official server.## Any examples?
Check [examples](https://github.com/EitoZX/Animu/tree/master/examples) folder for examples.## Any ratelimit?
Yes, 5 requests/second.## Related Links
- [Documentation](https://github.com/EitoZX/Animu/blob/master/DOCUMENTATION.md)
- [Official Animu API Discord Server](https://discord.gg/yyW389c)