Anilist Discord Bot is a Discord bot that provides information about anime and manga using the Anilist API. Users can use commands to search for anime or manga by their names and receive detailed information such as start date, end date, description, banner, cover images, and more. The bot also offers additional features such as message purging, system statistics display, and system log retrieval.
- Anime Details: Use the /anime command followed by the name of the anime to retrieve detailed information such as start date, end date, description, banner image, cover image, and more.
- Manga Details: Use the /manga command followed by the name of the manga to fetch detailed information including start date, end date, description, banner image, cover image, and more.
- Message Purging: Utilize the /purge command to remove messages from the server.
- System Statistics: Get insights into the system statistics by using the /stats command.
- System Logs: Access system logs by executing the /logs command and download the log file directly from Discord.
- Clone the repository:
git clone https://github.com/dhruvin771/AnilistDiscordBot.git
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file based on the provided.env.example
and add your Telegram Bot token and chat ID. - Obtain a Discord bot token from the Discord Developer Portal.
- Find the webhook URL in the channel settings on Discord. This will be used for sending system logs.
- Customize the bot's commands and features based on your preferences.
- Run the bot:
python main.py
- /anime [anime_name]: Fetch detailed information about an anime, including start date, end date, description, banner image, cover image, and more.
- /manga [manga_name]: Retrieve detailed information about a manga, including start date, end date, description, banner image, cover image, and more.
- /purge [number_of_messages]: Remove a specified number of messages from the server.
- /stats: Display system statistics such as CPU usage, memory usage, and more.
- /logs: Show system log and download the log file directly from Discord.
- Python
- Discord.py (Discord API wrapper)
- Anilist API
Contributions are welcome! If you'd like to contribute to the Anilist Discord Bot, please fork the repository, make your changes, and submit a pull request.
The Anilist Discord Bot utilizes the Anilist API for fetching anime and manga information.
This project is licensed under the MIT License. Feel free to modify and distribute it according to the terms of the license.