Simple telegram bot in python that hosts on Heroku https://dspyt.com/simple-telegram-bot-in-python-hosted-easily-on-heroku/
git init
heroku create "app-name"
git remote -v
git add .
git commit -m "commit"
git push heroku master
Simple telegram bot in python that hosts on Heroku https://dspyt.com/simple-telegram-bot-in-python-hosted-easily-on-heroku/
git init
heroku create "app-name"
git remote -v
git add .
git commit -m "commit"
git push heroku master