Deploy Telegram Bots on Heroku with Java API
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