Metadata-Version: 2.1
Name: uploadgram
Version: 0.1.5
Summary: Upload files to Telegram upto 2 GiB, from the Terminal 
Home-page: https://github.com/SpEcHiDe/UploadGram/
Author: SpEcHIDe
Author-email: spechide@shrimadhavUK.me
License: UNKNOWN
Download-URL: https://github.com/SpEcHiDe/UploadGram/archive/master.zip
Keywords: telegram-upload,telegram,upload,video,audio
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

## uploadgram

uploadgram uses your Telegram account to upload files up to 2GiB, from the Terminal.

- Heavily inspired by the [telegram-upload](https://github.com/Nekmo/telegram-upload)

- Installing:
`pip install uploadgram`

- Requirements:
`pyrogram`


# Sample Usage

```sh
$ uploadgram 7351948 /path/to/dir/or/file --delete_on_success True --fd True -t /path/to/custom/thumbnail
```


