- Notifications
You must be signed in to change notification settings - Fork3
An open-source anime/manga Discord bot for searching anime, manga (manhwa/manhua), light novels, and anime characters. Search Anilist, MangaDex, and Batoto ☕🧩
License
coffeebank/coffeeani-dpy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An open-source animanga Discord bot for searching anime 🎌, manga 📰, manhwa 🌺, light novels 📚, and anime characters 🧑🤝🧑.
The comprehensive manga/manhwa Discord bot for searching Anilist, MangaDex, and Batoto.
🔵 | 🟠 |
---|---|
![]() | ![]() |
- Synopsis/summary with official sources, streaming sites, and links
- Series status (Not yet released, Releasing/Ongoing, Finished/Completed)
- Series preview embed images
- Series genre/topic tags
- Anime: Next airing episode
- Media sub-types (Oneshot, Novel, ONA, etc.)
- Media release year
- Media country/language flags
- English language titles with Native language and Romaji/Romanization support
- Search anime (+ donghua)
- Search manga (+ manhwa/manhua/webtoons)
- Search light novels
- Search anime/manga characters
- Search Anilist users
- Search manga (+ manhwa/manhua/webtoons)
- Search manga (+ manhwa/manhua/webtoons)
This cog is a customized fork ofanisearch byJintaku-Cogs-V3 (AGPL-3.0) andWyn-RedV3Cogs (GPL-3.0). Thank you for creating anisearch!
This bot is also available onMatrix (Element) with Maubot athttps://plugins.maubot.xyz asanimemanga bycoffee-maubot (AGPL-3.0).
Coffeeani is open-source (AGPL-3.0).
/anime
/animecharacter
/manga
, aliases=["manhwa", "manhua", "lightnovel"]
/anilist
user
,manga
/batoto
/mangadex
Clone or download this project.
Copy.env.example
to.env
, then:
- Add your bot's token to
dpy_token
- Add your bot's User ID to
dpy_user_id
The bot prefix is @ping or Slash command.
Setup avenv using Python >=3.9 and install requirements
python3.9 -m venv ~/dpyenvsource ~/dpyenv/bin/activatepip install -r requirements.txt
In the future, you can run your bot anytime using
source ~/dpyenv/bin/activatepython3 -m main