18 lines
354 B
Markdown
18 lines
354 B
Markdown
telegram-bot
|
|
============
|
|
|
|
Bot for telegram with tg [tg](https://github.com/vysheng/tg).
|
|
|
|
|
|
Requires sudo apt-get install lua-socket:
|
|
|
|
```bash
|
|
$ sudo apt-get install lua-socket libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev
|
|
$ git submodule update --init --recursive
|
|
$ cd tg
|
|
$ ./configure
|
|
$ make
|
|
$ ../launch.sh
|
|
```
|
|
|
|
`!help` for command list. |