Back to Browse

How to Deploy on Heroku Python App (Heroku CLI + Git). How to Deploy Telegram Bot Python

33.0K views
Nov 18, 2021
3:10

In this video I show you how to deploy python applications on Heroku. I deploy telegram bot on Heroku using Heroku CLI and Git. Deploying on heroku will help you to run your projects without your PC, and all users can use your bots constantly 24/7. 🍓 Get 3 months FREE of the Fastest VPN - https://www.expressvpn.com/gunther Links: 1. Heroku: http://heroku.com/ 2. Heroku CLI: https://devcenter.heroku.com/articles/heroku-cli 3. Git: https://git-scm.com/downloads Commands: pip freeze requirements.txt heroku login git init git add . heroku create git commit -m 'commit' git push heroku master To run the bot use: heroku ps:scale bot=1 To stop: heroku ps:scale bot=0 Thank you for watching. I hope our videos are useful and interesting for you. Please subscribe to my channel - don't miss interesting videos. Turn on notification by clicking the bell! Donate: Steam Trade - https://steamcommunity.com/tradeoffer/new/?partner=300990331&token=CBuCNHIN Streamlabs - https://bit.ly/2FgdNRj DonationAlerts - https://bit.ly/3fO2JYp Our Social: Instagram - https://www.instagram.com/gunther.super/ Discord server - https://discord.gg/QTsKJPp4nX Telegram - https://t.me/gunther_super Steam - https://steamcommunity.com/id/gunthersuper Twitch - https://www.twitch.tv/gunthersuper

Download

0 formats

No download links available.

How to Deploy on Heroku Python App (Heroku CLI + Git). How to Deploy Telegram Bot Python | NatokHD