| Name | tgup JSON |
| Version |
0.1.8
JSON |
| download |
| home_page | None |
| Summary | Upload files to Telegram using your account |
| upload_time | 2025-10-26 10:17:13 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.11 |
| license | None |
| keywords |
telegram-upload
telethon
telegram
upload
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# tgup



Upload files to Telegram using your account.
This project is partially based on [telegram-upload](https://github.com/Nekmo/telegram-upload) by [Nekmo](https://github.com/Nekmo),
it was recreated because the original project seems abandoned.
[PyPI page](https://pypi.org/project/tgup/)
## Installation
With pipx (**preferred method**):
```bash
pipx install tgup
```
With pip:
```bash
pip install tgup
```
## Usage
To use this program you need an Telegram account and your **App api_id & api_hash** (get it in
[my.telegram.org](https://my.telegram.org)). The first time you use tgup it requests your
**telephone number**, **api_id** and **api_hash**. Bot tokens can not be used with this program (bot uploads are limited to
50MB).
To send files:
```bash
tgup dir1/ file1 dir2/abc/
```
It will send the files to your personal chat.
To see all the options, run: `tgup --help`
## Acknowledgements
- Based on [telegram-upload](https://github.com/Nekmo/telegram-upload)
## License
This project is released under the [GPL 3.0 or later](LICENSE) license.
Raw data
{
"_id": null,
"home_page": null,
"name": "tgup",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "telegram-upload, telethon, telegram, upload",
"author": null,
"author_email": "John Toniutti <john.toniutti@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/b3/7d/590a20c6f2312151fda540ba8c77cf035583aeebc03dc3451f70a2278a57/tgup-0.1.8.tar.gz",
"platform": null,
"description": "# tgup\n\n\n\n\n\nUpload files to Telegram using your account.\n\nThis project is partially based on [telegram-upload](https://github.com/Nekmo/telegram-upload) by [Nekmo](https://github.com/Nekmo),\nit was recreated because the original project seems abandoned.\n\n[PyPI page](https://pypi.org/project/tgup/)\n\n## Installation\n\nWith pipx (**preferred method**):\n```bash\npipx install tgup\n```\n\nWith pip:\n```bash\npip install tgup\n```\n\n## Usage\n\nTo use this program you need an Telegram account and your **App api_id & api_hash** (get it in\n[my.telegram.org](https://my.telegram.org)). The first time you use tgup it requests your\n**telephone number**, **api_id** and **api_hash**. Bot tokens can not be used with this program (bot uploads are limited to\n50MB).\n\nTo send files:\n```bash\ntgup dir1/ file1 dir2/abc/\n```\nIt will send the files to your personal chat.\n\nTo see all the options, run: `tgup --help`\n\n## Acknowledgements\n\n- Based on [telegram-upload](https://github.com/Nekmo/telegram-upload)\n\n## License\n\nThis project is released under the [GPL 3.0 or later](LICENSE) license.\n",
"bugtrack_url": null,
"license": null,
"summary": "Upload files to Telegram using your account",
"version": "0.1.8",
"project_urls": {
"repository": "https://github.com/jotonedev/tgup"
},
"split_keywords": [
"telegram-upload",
" telethon",
" telegram",
" upload"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "275ef6c8e23f782686cf39b2ec60d0dac74c988b3e7fa9cbd74bda75c7b27000",
"md5": "fedb4b84bcc9391bb99c468ec24a99ab",
"sha256": "b79f6aa99fc8123f8a9f157ff1e3343daf283a55cef24b4f6f5fc4a8f5b21c7f"
},
"downloads": -1,
"filename": "tgup-0.1.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fedb4b84bcc9391bb99c468ec24a99ab",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 25274,
"upload_time": "2025-10-26T10:17:12",
"upload_time_iso_8601": "2025-10-26T10:17:12.547396Z",
"url": "https://files.pythonhosted.org/packages/27/5e/f6c8e23f782686cf39b2ec60d0dac74c988b3e7fa9cbd74bda75c7b27000/tgup-0.1.8-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b37d590a20c6f2312151fda540ba8c77cf035583aeebc03dc3451f70a2278a57",
"md5": "84dccc8499e6fdb6d236b5095ca19d63",
"sha256": "c445aa0a7f0f9ef94e56750f9cd76ddb6c6a70e1bc3c332a80ce653d320317b8"
},
"downloads": -1,
"filename": "tgup-0.1.8.tar.gz",
"has_sig": false,
"md5_digest": "84dccc8499e6fdb6d236b5095ca19d63",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 23983,
"upload_time": "2025-10-26T10:17:13",
"upload_time_iso_8601": "2025-10-26T10:17:13.894290Z",
"url": "https://files.pythonhosted.org/packages/b3/7d/590a20c6f2312151fda540ba8c77cf035583aeebc03dc3451f70a2278a57/tgup-0.1.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-26 10:17:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jotonedev",
"github_project": "tgup",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tgup"
}