pengrad / telegram-bot-heroku

Deploy Telegram Bots on Heroku with Java API https://github.com/pengrad/java-telegram-bot-api
17 stars 8 forks source link
heroku telegram telegram-bot

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