Skip to content

mm4130/spntaBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spntaBot v 1.5

spnta is a telegram bot based on Telepot & Siarobo - http://telegram.me/spntaBot

spntaBot on Telegram:


How to Run ?

First of all install Python >= 3.5 and then install pip3.

sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.5
sudo apt-get install python3-pip

OR Compile with Source:

wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz
tar xfz Python-3.5.*
cd Python-3.5.*
./configure --with-ensurepip=install
make
sudo make install

Run These commands for Resolving the dependencies.

sudo pip3 install pip -U
sudo pip3 install telepot -U
sudo pip3 install aiohttp
sudo pip3 install beautifulsoup4
sudo pip3 install youtube-dl
sudo pip3 install pafy
sudo pip3 install demjson
sudo service redis-server start
sudo pip3 install redis
sudo pip3 install pytz
sudo pip3 install requests --upgrade
sudo pip3 install soundcloud

Setup

First of all, take a look at your bot settings

  • Make sure privacy is disabled (more info can be found by heading to the official Bots FAQ page). Send /setprivacy to @BotFather to check the current status of this setting.

in Terminal:

git clone https://github.com/MOHAMADKHOSHNAVA/spntaBot; cd spntaBot

Edite config.json:

  • Set token to the authentication token that you received from @BotFather.

  • Set sudo_members as a JSON array containing your numerical Telegram ID. Other superadmins can be added too. It is important that you insert the numerical ID and NOT a string.

make a screen!

screen -S spntaBot
python3 bot.py

Ctrl + A + D !

How to Stop ?

screen -r spntaBot

Ctrl + C !

Please

please feel free to ask any questions here by issues or on telegram via @cruel

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%