This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot/README.md

20 lines
482 B
Markdown
Raw Normal View History

2014-06-30 12:34:41 +02:00
telegram-bot
============
2014-07-02 14:30:18 +02:00
Bot for telegram with tg [tg](https://github.com/vysheng/tg).
2014-06-30 13:00:30 +02:00
2014-07-02 14:30:18 +02:00
Requires liblua-socket, there isn't liblua5.2-socket for ubuntu 12.04, but you can use Lua 5.1
2014-06-30 13:00:30 +02:00
2014-07-02 14:30:18 +02:00
```Shell
sudo apt-get remove lua5.2 liblua5.2-dev # If you installed lua5.2
sudo apt-get install lua5.1 liblua5.1-dev liblua5.1-socket2 libreadline-dev libconfig-dev libssl-dev fortunes
2014-06-30 13:14:01 +02:00
git submodule update --init --recursive
2014-07-02 14:30:18 +02:00
cd tg
./configure
make
../launch.sh
2014-06-30 13:00:30 +02:00
```
**!help** for command list.