Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/hubot-tg
https://github.com/bolasblack/hubot-tg
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bolasblack/hubot-tg
- Owner: bolasblack
- Created: 2015-08-27T17:36:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T07:34:01.000Z (over 8 years ago)
- Last Synced: 2024-11-10T03:36:32.290Z (2 months ago)
- Language: CoffeeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hubot tg
Connect telegram via [tg](https://github.com/vysheng/tg)
## Installation
```bash
npm install bolasblack/hubot-tg --save
cd ./node_modules/hubot-tg/telegram-cli-wrapper/tg
bin/telegram-cli -k server.pub
# Login by follow the guide of tg
```Install `telegram-cli-wrapper` follow the [document](https://github.com/bolasblack/telegram-cli-wrapper#installation)
## Configuration
```bash
export TELEGRAM_PHONE_NUMBER=...
```## Limitation
* Only support text message now
* Only support `send` and `reply` now