Just a fun Discord bot to search for the source of an anime scene screenshot!
- Clone the repository to your local machine:
git clone https://github.com/jspnguyen/SceneSearcherBot.git
- Change directory to the local clone of the repository:
cd SceneSearcherBot
- Install the necessary Python packages:
pip install -r requirements.txt
- Got to Discord developer portal and make a bot application.
- Enable privileged intents.
- Copy bot token and put it in config.json.
By jspnguyen