Simple inline Telegram bot to aestheticize your chats!
- Python 3.8.x
python-telegram-bot
installed (pip3 install python-telegram-bot
)
- Create bot with botfather and enable inline feature
- Copy your brand new token to config.py (make sure you renamed
config.sample.py
toconfig.py
) - Start bot with
python3 vprwave-bot.py
- Build image with
docker build -t vprwave-bot .
- Run container with
docker run -d --name vprwave-bot vprwave-bot