Closed lbbboy closed 3 years ago
Do you have the bot running with the right env variables?
Do you have the bot running with the right env variables? telegramRSSbot.py Need to modify this file?
docker create \ --name=rss.to.telegram \ -e DELAY=60 \ -e TOKEN=myToken \ -e CHATID=myChatID \ -v RSS-to-Telegram-Bot:/config \ --restart unless-stopped \ bokker/rss.to.telegram
curl -X POST "https://api.telegram.org/bot*/sendMessage" -d "chat_id=*&text=test"
The information is acceptable and the token id is correct
docker -V I don't understand how to configure here
Docker deployment completed All commands are invalid.