BeyondTeam / Api-TeleBeyond

An Advnced Administration Api-Bot Written In Lua For First Time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Api TeleBeyond

An advanced and powerful administration api bot based on TeleSeed licensed under the GNU General Public License.

#Api-TeleBeyond Development #Join Please :)

#Don't Forget Star To Us ;)

Lets Install :D

# Install dependencies.
# Tested on Ubuntu 14.04. For other OSs, check out
sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make autoconf unzip git redis-server g++ libjansson-dev libpython-dev expat libexpat1-dev

cd $HOME
git clone http://Github.com/BeyondTeam/Api-TeleBeyond.git
cd Api-TeleBeyond
chmod +x launch.sh
./launch.sh install
./launch.sh

And Enter Your Bot Token :D

One command

To install everything in one command (useful for VPS deployment) on Debian-based distros, use:

sudo apt-get update; sudo apt-get upgrade -y --force-yes; sudo apt-get dist-upgrade -y --force-yes; sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev libjansson* libpython-dev make autoconf unzip git redis-server g++ -y --force-yes && git clone https://github.com/BeyondTeam/Api-TeleBeyond.git && cd Api-TeleBeyond && chmod +x launch.sh && ./launch.sh install && ./launch.sh

Realm configuration

After you run the bot for first time, send it !id. Get your ID and stop the bot.

Put Your Telegram ID In ./data/config.lua

  sudo_users = {
 157059515,
    YourID
  }

Then restart the bot.

#Sudo Users :

#(SoLiD)

#(Behnam)

#Team Channel :

#(@BeyondTeam)

#Special Thx To :

#(MrHalix)

Seed Team

TelePro Team

And All My Friends

#Good Luck :D

About

An Advnced Administration Api-Bot Written In Lua For First Time

License:GNU General Public License v2.0


Languages

Language:Lua 99.8%Language:Shell 0.2%