Der erste Mikubot
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.
Go to file
Yago 930f1b7e61 Update README.md 2014-11-22 13:30:46 +01:00
bot Inital version of !time command 2014-11-22 10:29:05 +01:00
etc upstart :D 2014-09-24 12:12:06 +02:00
plugins Merge branch 'localtime' of github.com:mrvdb/telegram-bot into mrvdb-localtime 2014-11-22 12:21:09 +01:00
tg@018775e3c0 Updated tg 2014-11-19 20:11:28 +01:00
.gitignore nuevo repo para images 2014-08-05 13:09:20 +02:00
.gitmodules back to vysheng/tg 2014-09-04 01:11:24 +02:00
LICENSE Initial commit 2014-06-30 12:34:41 +02:00
README.md Update README.md 2014-11-22 13:30:46 +01:00
launch.sh Updated launch script 2014-09-09 23:17:24 +02:00

README.md

telegram-bot

A telegram bot using https://github.com/vysheng/tg.

Installation

$ wget http://luarocks.org/releases/luarocks-2.2.0.tar.gz
$ tar -xzvf luarocks-2.2.0.tar.gz 
$ cd luarocks-2.2.0/
$ ./configure 
$ make && sudo make install
$ sudo luarocks install oauth # You need unzip
# Tested on Ubuntu 14.04, for other OSs check out https://github.com/vysheng/tg#installation
$ sudo apt-get install lua-socket libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev
$ git clone git@github.com:yagop/telegram-bot.git --recursive
$ cd telegram-bot/tg
$ ./configure && make
$ cd .. && ./launch.sh # Will ask you for a phone number & confirmation code.

Multimedia

  • When user sends image (png, jpg, jpeg) URL download and send it to origin.
  • When user sends media (gif, mp4, pdf, etc.) URL download and send it to origin.
  • When user sends twitter URL, send text and images to origin. Requieres OAuth Key.
  • When user sends youtube URL, send to origin video image.

http://i.imgur.com/RQYGUuH.png http://i.imgur.com/zqojNhh.png

Command list

9gag -> send random image from 9gag
!echo [whatever] -> echoes the msg
!eur [USD] -> EURUSD market value
!uc3m -> Fortunes from Universidad Carlos III
!get (value_name) -> retrieves variables saved with !set
say hello to [name] -> Says hello to someone
!help -> Lists all available commands
!img [topic] -> search image with Google API and sends it
!ping -> bot sends pong
!rae [word] -> Spanish dictionary
!set [value_name] [data] -> Set value
!tw [text] -> Sends a tweet
!version -> Shows the bot version
!weather (city) -> weather in that city (Madrid is default)