Skip to main content

Free cloud file storage, built on `Voidbox.alhasubji.store` API's

Project description

#VoidBox: Free cloud files storage. VoidBox WEB


Python  


Free Cloud Storage Module:

PyPI version

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

voidbox-1.0.0.tar.gz (14.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

voidbox-1.0.0-py2.py3-none-any.whl (15.2 kB view details)

Uploaded Python 2Python 3

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

Hashes for voidbox-1.0.0.tar.gz
Algorithm Hash digest
SHA256 41b54ebb4ee41dd921a0bcedc1a7df52348ca06e6a2a4e965bee026593a02798
MD5 74c5b7f33770b282e5ed37225de9a165
BLAKE2b-256 2a33cc95ab30c9bf9509e255b40f9d1935450a08d508cfb0e8ca5ee57f741eed

See more details on using hashes here.

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

Hashes for voidbox-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b5edc56c0d1349603d8f6c5421a73daad9e242495fa2f4f33429ce94959e74f5
MD5 2970a96e2189dca1cde3755b57e0522d
BLAKE2b-256 ee250ff71aba8ee17eb9ddbe589bf571cfc719902e2431227076530b42999061

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page