Imandaneshi / lunabot

Bot written in Lua/MoonScript currently working with telegram-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning

This is under development, use at your own risk, many things may change in the future. Many ideas are taken from Hubot. The reason of the proyect is to apply the experience taken from telegram-bot and write a much more versatile bot. Other goal of the proyect is providing an easy plugin development.

LunaBot is using yagop/tg test branch because some cool Lua modifications are needed. Currently arent merged into vysheng/tg but pull requested.

Running

Before all, install telegram-cli dependencies. Then

git clone https://github.com/LunaBot/lunabot.git
cd lunabot
git submodule update --init --recursive
cd tg && ./configure && make && cd ..
./install.sh
./launch.sh

About

Bot written in Lua/MoonScript currently working with telegram-cli

License:GNU General Public License v2.0


Languages

Language:MoonScript 86.4%Language:Lua 8.1%Language:Shell 5.6%