This is a simple bot for notifying when the next episode of an anime is released.
- python 3.12
- discord.py 2.3.2
- httpx 0.27.0
- inflect 7.3.0
Installation Pythona 3.12
Cloning the repository
git clone https://github.com/Owca525/AniList-Listener-Bot.gitInstalling the Required Libraries
python3 -m pip install -r requirements.txtRunning the Bot
python3 main.pyRunning Bot using Docker
Build
docker buildx build -t anilistbot .Run
docker run -d --name anilistbotWhen you start the bot, a config.ini file will appear, and inside it:
- token: Required for connecting to Discord.
- prefix: This is the prefix you use to send commands to the bot, default is
>
