Skip to content

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

License

Notifications You must be signed in to change notification settings

yuval-herman/telegram-drive

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages