Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 794 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 794 Bytes

Hosting Telegram Bot on Heroku

Deploy Telegram Bots on Heroku with Java API

Installation

Clone the repository from Github

$ git clone https://github.com/pengrad/telegram-bot-heroku

With the Heroku CLI, create your app

$ cd telegram-bot-heroku/
$ heroku create
Creating app... done, ⬢ pacific-fjord-59659
https://pacific-fjord-59659.herokuapp.com/ | https://git.heroku.com/pacific-fjord-59659.git

Deploy

$ git push heroku master