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 of anisearch by Jintaku-Cogs-V3 (AGPL-3.0) and Wyn-RedV3Cogs (GPL-3.0). Thank you for creating anisearch!
This bot is also available on Matrix (Element) with Maubot at https://plugins.maubot.xyz as animemanga by coffee-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 a venv using Python >=3.9 and install requirements
python3.9 -m venv ~/dpyenv
source ~/dpyenv/bin/activate
pip install -r requirements.txt
In the future, you can run your bot anytime using
source ~/dpyenv/bin/activate
python3 -m main