Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timolins/heroku-buildpack-telegram
Buildpack for the Telegram Messenger
https://github.com/timolins/heroku-buildpack-telegram
Last synced: 20 days ago
JSON representation
Buildpack for the Telegram Messenger
- Host: GitHub
- URL: https://github.com/timolins/heroku-buildpack-telegram
- Owner: timolins
- License: mit
- Created: 2015-01-16T13:14:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T11:10:02.000Z (almost 8 years ago)
- Last Synced: 2024-10-04T20:32:44.858Z (about 1 month ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 5
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED since the [official Bot API](https://core.telegram.org/bots/api/) has been released!
# heroku-buildpack-telegram
Heroku Buildpack for the [Telegram CLI](https://github.com/vysheng/tg).This buildpack only works in combination with [heroku-buildpack-multi](https://github.com/ddollar/heroku-buildpack-multi), so you can use [heroku-buildpack-apt](https://github.com/ddollar/heroku-buildpack-apt) with the following `Aptfile`:
```
libreadline-dev
libconfig-dev
libssl-dev
lua5.2
liblua5.2-dev
libevent-dev
make
```
After a successful build the `telegram-cli`command will be available globaly. You can try it out with `heroku run telegram-cli`.