Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)