Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 625 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 625 Bytes

telegram-drive

A bot for telegram that allow managing files similar to how google drive does.

Working instance at http://t.me/file_storm_bot

Run locally

Requirements:

  1. Python 3.x
  2. python-telegram-bot

Steps to prepare workspace:

  1. clone the repo.
  2. (optional) Run python3 -m venv env to create a new virtual environment.
  3. If you created a virtual environment activate it with . env/bin/activate.
  4. Install the requirements with pip install -r requirements.txt.
  5. Place the secret token in a file named token.txt in the root of the project file.
  6. That's it! now just run python3 main.py.