Metadata-Version: 2.1
Name: uploadgram
Version: 0.2.1
Summary: Upload files to Telegram upto 4 GiB, from the Terminal
Home-page: https://github.com/SpEcHiDe/UploadGram
License: AGPLv3
Keywords: telegram-upload,telegram,upload,video,audio
Author: Shrimadhav U K
Author-email: uploADGRam@shrimadhavUK.me
Requires-Python: >=3.8,<4
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Pyrogram (==2.0.30)
Requires-Dist: TgCrypto (==1.2.3)
Requires-Dist: hachoir (==3.1.1)
Requires-Dist: python-dotenv (==0.10)
Requires-Dist: tqdm (==4.62.3)
Project-URL: Repository, https://github.com/SpEcHiDe/UploadGram
Description-Content-Type: text/markdown

## 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
```

