Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 269 Bytes

INSTRACTIONS.md

File metadata and controls

28 lines (21 loc) · 269 Bytes

#Procfile

bot: python3.6 bot.py

#config.pyc

#requirements.txt

pyowm==2.8.0
telebot==0.0.3
requests==2.7.0
pyTelegramBotAPI==3.2.0

#DEPLOYING

$ git commit -a -m "new commit"
$ git push heroku master

#SCALING

$ heroku ps:scale bot=1