# anonfiles_uploader
Easily upload files to anonfiles.
## Get started:
```
python -m pip install -U anonfiles_uploader
```
## Example:
```python
import anonfiles_uploader
from asyncio import run
files = ["file1.txt", "file2.txt"]
try:
URLs = run(anonfiles_uploader.upload(files))
for URL in URLs:
print(URL)
except Exception as e:
print(e)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Ruu3f/anonfiles_uploader",
"name": "anonfiles-uploader",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "anonfiles,file-upload,file-hosting,api-wrapper,anonymous-file-upload,anonymous-file-hosting",
"author": "Ruu3f",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/46/2d/b1c275a29c88a03ebb95052087f6b0eb0a4987dda1d91d64ebe0fbda90a2/anonfiles_uploader-1.0.0.tar.gz",
"platform": null,
"description": "# anonfiles_uploader\r\nEasily upload files to anonfiles.\r\n\r\n## Get started:\r\n\r\n```\r\npython -m pip install -U anonfiles_uploader\r\n```\r\n\r\n## Example:\r\n\r\n```python\r\nimport anonfiles_uploader\r\nfrom asyncio import run\r\n\r\nfiles = [\"file1.txt\", \"file2.txt\"]\r\ntry:\r\n URLs = run(anonfiles_uploader.upload(files))\r\n for URL in URLs:\r\n print(URL)\r\nexcept Exception as e:\r\n print(e)\r\n```\r\n",
"bugtrack_url": null,
"license": "GPLv2",
"summary": "Easily upload files to anonfiles.",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/Ruu3f/anonfiles_uploader",
"Source": "https://github.com/Ruu3f/anonfiles_uploader"
},
"split_keywords": [
"anonfiles",
"file-upload",
"file-hosting",
"api-wrapper",
"anonymous-file-upload",
"anonymous-file-hosting"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "75f8685cc2d11b8358876257c481ce609f9f1e54e9bbcf96a807ecd6151c696b",
"md5": "eaa4c21e1bd6b6e1065a51253c27bc3f",
"sha256": "74b0442620cb3ada0cbfc358296fe9112f5cf6d3e621b6df171700a36e7fc97b"
},
"downloads": -1,
"filename": "anonfiles_uploader-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eaa4c21e1bd6b6e1065a51253c27bc3f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 9290,
"upload_time": "2023-08-06T09:11:24",
"upload_time_iso_8601": "2023-08-06T09:11:24.451496Z",
"url": "https://files.pythonhosted.org/packages/75/f8/685cc2d11b8358876257c481ce609f9f1e54e9bbcf96a807ecd6151c696b/anonfiles_uploader-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "462db1c275a29c88a03ebb95052087f6b0eb0a4987dda1d91d64ebe0fbda90a2",
"md5": "9b919d6204becb0827e677fdb7bd9ce5",
"sha256": "3f9d802f593fb32c2cd4d095bca9b76d378e9f764a75b008da8e64cc85ec9a54"
},
"downloads": -1,
"filename": "anonfiles_uploader-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "9b919d6204becb0827e677fdb7bd9ce5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 9036,
"upload_time": "2023-08-06T09:11:25",
"upload_time_iso_8601": "2023-08-06T09:11:25.969354Z",
"url": "https://files.pythonhosted.org/packages/46/2d/b1c275a29c88a03ebb95052087f6b0eb0a4987dda1d91d64ebe0fbda90a2/anonfiles_uploader-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-06 09:11:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Ruu3f",
"github_project": "anonfiles_uploader",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "anonfiles-uploader"
}