anzilr / telegram-upload

Upload files to Telegram up to 1.5GiB using your account

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://raw.githubusercontent.com/Nekmo/telegram-upload/master/logo.png


Latest Travis CI build status Latest PyPI version Python versions Code Climate Test coverage Requirements Status

telegram-upload

Upload large files to Telegram using your account

To install telegram-upload, run this command in your terminal:

$ sudo pip install telegram-upload

This is the preferred method to install telegram-upload, as it will always install the most recent stable release.

To use this program you need an Telegram account and your App api_id/api_hash (get it in my.telegram.org). The first time you use telegram-upload it requests your telephone, api_id and api_hash. To send files:

$ telegram-upload file1.mp4 /path/to/file2.mkv

Features

  • Send multiples files (up to 1.5GiB per file)
  • Add video thumbs
  • Delete local file on success

About

Upload files to Telegram up to 1.5GiB using your account

License:MIT License


Languages

Language:Python 86.9%Language:Makefile 13.1%