Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SpEcHiDe/UploadGram
https://pypi.org/project/uploadgram/
https://github.com/SpEcHiDe/UploadGram
hacktoberfest
Last synced: 10 days ago
JSON representation
https://pypi.org/project/uploadgram/
- Host: GitHub
- URL: https://github.com/SpEcHiDe/UploadGram
- Owner: SpEcHiDe
- License: agpl-3.0
- Created: 2021-06-18T16:51:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T13:04:39.000Z (7 months ago)
- Last Synced: 2024-05-01T13:05:25.595Z (7 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 82 KB
- Stars: 103
- Watchers: 4
- Forks: 25
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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:
a customized fork of `pyrogram`
# Sample Usage
```sh
$ uploadgram 7351948 /path/to/dir/or/file --delete_on_success True --fd True -t /path/to/custom/thumbnail --caption "A Custom Caption" --topic 1
```