Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Windows

git clone https://github.com/essaon/tele.git
python -m venv venv ^
venv/Scripts/activate ^
python -m pip install -r requirements.txt

Install Linux

git clone https://github.com/essaon/tele.git && sudo python -m venv venv && venv/bin/activate && python -m pip install -r requirements.txt

Initialise

Put yours bots token in field named TOKEN in main.py

bot = telebot.TeleBot('TOKEN', parse_mode=None)

Run

cd to main.py derictory and run

python main.py

About

Storage managing app

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages