Skip to content

🦊 Discord Bot to get anime informations from Kitsu.io

License

Notifications You must be signed in to change notification settings

shomykohai/kitsu-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦊 Kitsu Bot 🦊

TwitterShomy Python askitsu Discord Py

A discord bot to get information from Kitsu.io

A discord bot written in Python useful to get directly informations about an anime or a manga inside of discord.

  • Customizable prefix (default: !)
  • Supports token authentication to Kitsu API
  • Slash Commands

Prerequisites

🔧 Setup

  1. Clone the repository and install the dependencies

    git clone https://github.com/ShomyKohai/kitsu-bot
    cd kitsu-bot
    pip install -r requirements.txt
  2. Create a discord bot on Discord Developer Portal (For more info on how to create a bot account)

  3. Copy the Bot token and paste it inside config.py in the bot folder

    token: str = "INSERT_TOKEN_HERE"

    Optional: Get a Kitsu token

  4. Start the bot with launcher.py in bot folder

    #Linux/MacOS
    python3 launcher.py
    
    
    #Windows
    py launcher.py
  5. Run !synctree to sync slash commands

💎 Commands

  • 🦊 Kitsu

    /anime <name>
    /manga <name>
  • ❓ Owner

    !synctree #Sync global slash commands

🖼️ Pictures

License

This project is under the GPL-3.0 license, see LICENSE.md file for details

About

🦊 Discord Bot to get anime informations from Kitsu.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages