This Telegram Bot can tell the anime when you send an screenshot to it
https://telegram.me/WhatAnimeBot
WhatAnimeBot.mp4
- Show anime titles in multiple languages
- Telegram group support
- Image, GIF, Video, URL support (stickers are not supported)
- Video preview
- Start chatting with the bot https://telegram.me/WhatAnimeBot
- Send anime screenshots (images, gif or video) directly to the bot
- You may also forward images from other chats to the bot
- The bot will tell you the anime, episode, and time code of it
- It will also send you a video preview of that scene
- Add the bot
@WhatAnimeBot
to your group - Reply to any group image, mention the bot with
@WhatAnimeBot
- Wait for the bot to reply
Note that the bot has no access to your messages before it is added to your group
If you have privacy concern, you can host the bot on your own.
Please read Telegram's official tutorial to create a Bot first.
You need to disable Privacy Mode if you want to use your bot in group chat.
TELEGRAM_TOKEN= # e.g. 111111111:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
TELEGRAM_WEBHOOK= # e.g. https://your.host.com/
PORT= # (optional) Default: 3000
TRACE_MOE_KEY= # (optional)
ANILIST_API_URL= # (optional) Default: https://graphql.anilist.co/
Docker Image available on Docker Hub or GitHub Container Registry
docker run -it --rm --name trace-moe-tg-bot \
-e TELEGRAM_WEBHOOK=https://your.host.com/ \
-e TELEGRAM_TOKEN=111111111:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA \
-p 443:3000 \
ghcr.io/soruly/trace.moe-telegram-bot:latest
Note that you need to configure a reverse proxy if you need HTTPS.
Install Node.js >= 20.12, then:
git clone https://github.com/soruly/trace.moe-telegram-bot.git
cd trace.moe-telegram-bot
npm install
- Copy
.env.example
to.env
- Edit
.env
as you need
node server.js
You also can use pm2 to run this in background in cluster mode.
Use below commands to start / restart / stop server.
npm run start
npm run stop
npm run reload
npm run restart
npm run delete
To change the number of nodejs instances, edit ecosystem.config.json