Upload and download files from Telegram up to 2GiB using your account
9.6K
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!
More info in the documentation and Github.
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
Content type
Image
Digest
sha256:e6498bdba…
Size
344.3 MB
Last updated
about 3 years ago
docker pull nekmo/telegram-upload