https://github.com/morr0ne/telegraf-heroku-typescript-template
Telegram bot ready to be deployed as a Heroku app
https://github.com/morr0ne/telegraf-heroku-typescript-template
heroku heroku-bot heroku-deployment telegraf telegram telegram-bot
Last synced: 12 months ago
JSON representation
Telegram bot ready to be deployed as a Heroku app
- Host: GitHub
- URL: https://github.com/morr0ne/telegraf-heroku-typescript-template
- Owner: morr0ne
- License: mit
- Created: 2020-08-25T18:42:41.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T15:17:13.000Z (over 1 year ago)
- Last Synced: 2025-07-19T05:34:47.988Z (12 months ago)
- Topics: heroku, heroku-bot, heroku-deployment, telegraf, telegram, telegram-bot
- Language: TypeScript
- Homepage:
- Size: 28.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegraf-heroku-typescript-template
### Telgram bot ready to be deployed as an heroku app
Make sure you have [nodejs](https://nodejs.org/) and [yarn](https://classic.yarnpkg.com/en/docs/install) installed first
Copy the template then just replace `'http:/your-app-name.herokuapp.com/'` with your actual app url and set TOKEN enviroment variable (You can configure that on heroku as show [here](https://devcenter.heroku.com/articles/config-vars))
To run localy cd into the folder and run
```bash
TOKEN= yarn dev
```
The bot should update automatically on each change