Simple Discord bot that might help you to find anime source by sending the image to https://trace.moe/ and https://saucenao.com/
Want to invite the bot to your server?
https://top.gg/bot/559247918280867848
-
Install NodeJS (Version > 16.x)
-
Install Redis
-
Clone repository:
git clone https://github.com/wnmz/Anime-Searcher.git
-
Install dependencies in project folder:
npm install
-
Rename file
.env.example
to.env
and put you environment variables hereBOT_TOKEN= ### REQUIRED MONGODB_URI= #### REQUIRED BOT_CLIENT_ID= ### Optional TOPGG_TOKEN= ### Optional SAUCENAO_TOKEN= ### Optional TRACEMOE_TOKEN= ### Optional TOPGG_TOKEN= ### Optional IMAGE_PROXY_API= ### Optional Example: https://mserverexpress.herokuapp.com/api/proxyImage?url= IMAGE_PROXY_API_POSTPARAMS= ### Optional Example: &width=400&height=225
-
Start script
npm run start
ornode app.mjs
It's a simple express server that proxy images by urls. It helps the bot to resize images, and was used to fix trace.moe bug when discord was unable to show their images
Repository: https://github.com/wnmz/ImageProxyAPI
Feel free to join our Discord Server or contact me on Discord: wnm#1663