A bot for telegram that allow managing files similar to how google drive does.
Working instance at http://t.me/file_storm_bot
- Python 3.x
- python-telegram-bot
- clone the repo.
- (optional) Run
python3 -m venv env
to create a new virtual environment. - If you created a virtual environment activate it with
. env/bin/activate
. - Install the requirements with
pip install -r requirements.txt
. - Place the secret token in a file named token.txt in the root of the project file.
- That's it! now just run
python3 main.py
.