Annoy your friends with this Telegram Bot
50K+
Annoy your friends with this Telegram Bot
You will need to add this enviroment variables:
If BOT_URL or CERTIFICATE_PATH are not set, Bot will run without webhook.
Need to set privacy off using /setprivacy command in @BotFather
Example using docker-compose:
troll-bot:
restart: always
image: pando85/troll-bot
links:
- mongo
ports:
- "5000:5000"
volumes:
- ./cert.pem:/tmp/cert.pem:ro
environment:
- BOT_TOKEN= Telegram Bot API token
- BOT_URL= Telegram Bot URL
- CERTIFICATE_PATH=/tmp/cert.pem
- DB_HOST=mongo
- DB_PORT=27017
mongo:
restart: always
image: mongo
volumes_from:
- data
expose:
- "27017"
data:
restart: always
image: mongo:3.2.4
volumes:
- /data/db
command: "true"
Content type
Image
Digest
sha256:602389026…
Size
338.8 MB
Last updated
almost 4 years ago
docker pull pando85/troll-bot