# 📁 anonfiles-script
🚀 An python tool to upload file to anonymus sever. Supports multiple files.
[](https://github.com/jakbin/anonupload/actions/workflows/publish.yml)
[](https://pypi.org/project/anonupload/)
[](https://pepy.tech/project/anonupload)
[](https://pepy.tech/project/anonupload)




## ✨ Features
- 📊 Progress bar for upload/download tracking
- 💾 Upload URLs are automatically saved to a file
- 🏷️ Rename files before uploading to server
- 📦 Support for multiple file uploads
- ⬇️ Direct download functionality
## 🚀 Installation
```sh
pip3 install anonupload
```
## 💻 Usage
```sh
anon up {path-to-file_1} {path-to-file_2} ... # 📤 upload files to anonfile server
anon d {url1} {url2} ... # 📥 download and upload directly to anonfiles
```
# 🔧 API Reference
The anonupload client provides a comprehensive API for programmatic file upload and download operations.
### anonupload.upload(filename)
```py
from anonupload import upload
upload(filename)
```
```py
from anonupload import changefile_and_upload
changefile_and_upload([file1, file2])
```
### anonupload.download(url)
```py
from anonupload import download
download(url)
```
### anonupload.downloads([url1, url2])
```py
from anonupload import downloads
downloads([url1, url2])
```
Raw data
{
"_id": null,
"home_page": "https://github.com/jakbin/anonupload",
"name": "anonupload",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": "anonfile, anonfile-api, anonfile-cli, anonymous, upload",
"author": "Jak Bin",
"author_email": "jakbin4747@gmail.com",
"download_url": null,
"platform": null,
"description": "# \ud83d\udcc1 anonfiles-script\n\n\ud83d\ude80 An python tool to upload file to anonymus sever. Supports multiple files.\n\n [](https://github.com/jakbin/anonupload/actions/workflows/publish.yml)\n [](https://pypi.org/project/anonupload/)\n [](https://pepy.tech/project/anonupload)\n [](https://pepy.tech/project/anonupload)\n \n \n \n \n\n\n## \u2728 Features\n- \ud83d\udcca Progress bar for upload/download tracking\n- \ud83d\udcbe Upload URLs are automatically saved to a file\n- \ud83c\udff7\ufe0f Rename files before uploading to server\n- \ud83d\udce6 Support for multiple file uploads\n- \u2b07\ufe0f Direct download functionality\n\n\n## \ud83d\ude80 Installation\n\n```sh\npip3 install anonupload\n```\n\n## \ud83d\udcbb Usage \n```sh\nanon up {path-to-file_1} {path-to-file_2} ... # \ud83d\udce4 upload files to anonfile server\nanon d {url1} {url2} ... # \ud83d\udce5 download and upload directly to anonfiles \n```\n\n# \ud83d\udd27 API Reference\n\nThe anonupload client provides a comprehensive API for programmatic file upload and download operations.\n\n\n### anonupload.upload(filename)\n\n```py\nfrom anonupload import upload\n\nupload(filename)\n```\n\n```py\nfrom anonupload import changefile_and_upload\nchangefile_and_upload([file1, file2])\n```\n\n### anonupload.download(url)\n\n```py\nfrom anonupload import download\n\ndownload(url)\n```\n\n### anonupload.downloads([url1, url2])\n\n```py\nfrom anonupload import downloads\n\ndownloads([url1, url2])\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "upload and download to anonfiles server",
"version": "1.4.4",
"project_urls": {
"Bug Tracker": "https://github.com/jakbin/anonupload/issues",
"Homepage": "https://github.com/jakbin/anonupload"
},
"split_keywords": [
"anonfile",
" anonfile-api",
" anonfile-cli",
" anonymous",
" upload"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "06a92d87949288f3fb3a4465c904fcb4801c8641c0e861fc6878ca8f09abe55e",
"md5": "7184cbbe1c62d7df6a9ce32746a55e15",
"sha256": "aa14f1e1599c87d690e78818a27447dfc3425bdcf23868a025580e911ae23ffa"
},
"downloads": -1,
"filename": "anonupload-1.4.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7184cbbe1c62d7df6a9ce32746a55e15",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3",
"size": 7881,
"upload_time": "2025-09-06T05:29:04",
"upload_time_iso_8601": "2025-09-06T05:29:04.346543Z",
"url": "https://files.pythonhosted.org/packages/06/a9/2d87949288f3fb3a4465c904fcb4801c8641c0e861fc6878ca8f09abe55e/anonupload-1.4.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-06 05:29:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jakbin",
"github_project": "anonupload",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "tqdm",
"specs": []
},
{
"name": "appdirs",
"specs": []
},
{
"name": "requests",
"specs": []
},
{
"name": "requests-toolbelt",
"specs": []
}
],
"lcname": "anonupload"
}