-
Start Command
-
Send Sticker
-
Test it
Go to dev_friend_bot and use it!
Get the image from here with this command:
docker pull nothingbutlucas/dev_friend_bot:latest
git clone https://github.com/nothingbutlucas/dev_friend_bot
cd dev_friend_bot
docker build -t dev_friend_bot:latest .
services:
app:
image: nothingbutlucas/dev_friend_bot:latest
environment:
TOKEN: "HERE_YOUR_TELEGRAM_TOKEN"
LOGGING_LEVEL: INFO
command: ["python3", "-u", "main.py"]
docker-compose up -d
Este bot se creo usando la libreria de python-telegram-bot (PTB)