Sign inSign up

nekmo/telegram-upload

By nekmo

Updated about 3 years ago

Upload and download files from Telegram up to 2GiB using your account

Image
2

9.6K

nekmo/telegram-upload repository overview

telegram-upload

Telegram-upload uses your personal Telegram account to upload and download files up to 2GiB (bots are limited to 50 MiB). Turn Telegram into your personal cloud!

  • Upload multiples files (up to 2GiB per file)
  • Download files.
  • Add video thumbs.
  • Delete local or remote file on success.

More info in the documentation and Github.

usage

Run telegram-upload without installing it on your system using Docker. Instead of telegram-upload and telegram-download you should use upload and download. Usage:

docker run -v <files_dir>:/files/
           -v <config_dir>:/config/
           -it nekmo/telegram-upload:master
           <command> <args>
  • <files_dir>: Upload or download directory.
  • <config_dir>: Directory that will be created to store the telegram-upload configuration. It is created automatically.
  • <command>: upload and download.
  • <args>: telegram-upload and telegram-download arguments.

Upload example:

docker run -v /media/data/:/files/
           -v $PWD/config:/config/
           -it nekmo/telegram-upload:master
           upload file_to_upload.txt

Download example:

docker run -v /media/data/:/files/
           -v $PWD/config:/config/
           -it nekmo/telegram-upload:master
           download

Tag summary

Content type

Image

Digest

sha256:e6498bdba

Size

344.3 MB

Last updated

about 3 years ago

docker pull nekmo/telegram-upload