Skip to content

Manual installation

WebShark025 edited this page Sep 28, 2016 · 3 revisions

Manual installation

Install pyTelegramBotAPI First:

sudo pip install pyTelegramBotAPI 

Then clone the project:

git clone https://github.com/WebShark025/TheZigZagProject
cd TheZigZagProject

Launch the bot once:

chmod +x launch.sh
./launch.sh

Then stop it. (Remember NOT to use autolaunch for now.)

Edit the bot and put your bot's token & config it as you like:

nano config.py

And if you want, edit the locale by nano locale.py

Then launch it normally:

./launch.sh

Enjoy it.

Clone this wiki locally