/telegram-upvoter

A Telegram bot to upvote about anything

Primary LanguageJavaScriptMIT LicenseMIT

telegram-upvoter

A Telegram bot to upvote about anything

Usage

Create a Telegram bot

Request a new bot token to BotFather. Then copy-paste the given token to token.env.

Run in dev mode

To run the bot in development mode, run the following:

docker-compose up

Cleaning

Delete containers, networks, images and volumes:

docker-compose down --rmi local --volumes

Features

New messages and edited messages are handled. Only deleted messages cannot be handled as no API endpoint exists for that case.