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

30 lines
719 B
Markdown
Raw Normal View History

2014-06-30 12:34:41 +02:00
telegram-bot
============
2014-08-06 01:19:31 +02:00
Bot for telegram with [tg](https://github.com/vysheng/tg).
2014-06-30 13:00:30 +02:00
2014-08-05 11:44:15 +02:00
```bash
2014-09-04 01:18:08 +02:00
sudo apt-get install lua-socket libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev
2014-09-04 00:57:47 +02:00
git submodule update --init --recursive
cd tg
./configure
make
../launch.sh
2014-08-05 11:44:15 +02:00
```
2014-06-30 13:00:30 +02:00
2014-08-06 01:19:31 +02:00
Command list
```
!help : print this help
!ping : bot sends pong
!sh (text) : send commands to bash (only privileged users)
!echo (text) : echo the msg
!version : version info
!cpu : status (uname + top)
!fwd : forward msg
!forni : send text to group Fornicio
!fortune : print a random adage
!weather [city] : weather in that city (Madrid if not city)
!9gag : send random image from 9gag
!uc3m : fortunes from Universidad Carlos III
```