Free cloud file storage, built on `Voidbox.alhasubji.store` API's
Project description
#VoidBox: Free cloud files storage. VoidBox WEB
Free Cloud Storage Module:
VoidBox is a free cloud storage library based on the API of voidbox.alhasubji.store. It operates on a box system, where each box can store up to 1.9 GB of data. The library allows you to interact with the API for creating boxes, uploading files, and more.
pip install VoidBox
Try it now!
An e.g
You must have the API_KEY or BearerTOKEN to use:
from voidbox import VoidBoxAPI
from voidbox import Create
create = Create()
# Create Object
api = VoidBoxAPI(token="API or Bearer Token")
# Signup
signup_response = create.signup("username", "password")
print(signup_response)
# Login
login_response = create.login("username", "password")
print(login_response)
# Get my Info
me_response = api.get_me()
print(me_response)
# Create a box.
create_box_response = api.create_box("My New Box", "A description of my new box")
print(create_box_response)
#Upload a file to a box
upload_file_response = api.upload_file("boxid", "path/to/file.txt")
print(upload_file_response)
It also has signup and signin functions only using the Create Integrated class .
[!!] *** Powered By voidbox.alhasubji.store website.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file voidbox-1.0.0.tar.gz.
File metadata
- Download URL: voidbox-1.0.0.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41b54ebb4ee41dd921a0bcedc1a7df52348ca06e6a2a4e965bee026593a02798
|
|
| MD5 |
74c5b7f33770b282e5ed37225de9a165
|
|
| BLAKE2b-256 |
2a33cc95ab30c9bf9509e255b40f9d1935450a08d508cfb0e8ca5ee57f741eed
|
File details
Details for the file voidbox-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: voidbox-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5edc56c0d1349603d8f6c5421a73daad9e242495fa2f4f33429ce94959e74f5
|
|
| MD5 |
2970a96e2189dca1cde3755b57e0522d
|
|
| BLAKE2b-256 |
ee250ff71aba8ee17eb9ddbe589bf571cfc719902e2431227076530b42999061
|