/Anime-Searcher

Simple Discord Bot made to quickly search anime source using trace.moe and sauce.nao API's

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Anime-Searcher

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


Installation

  1. Install NodeJS (Version > 16.x)

  2. Install Redis

  3. Clone repository: git clone https://github.com/wnmz/Anime-Searcher.git

  4. Install dependencies in project folder: npm install

  5. Rename file .env.example to .env and put you environment variables here

    BOT_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
    
  6. Start script npm run start or node app.mjs

Image Proxy API (deprecated)

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

Demo (Old version w/o buttons)


Questions? Need Help?

Feel free to join our Discord Server or contact me on Discord: wnm#1663