A Roblox Database API wrapper.
Reason this release was yanked:
Outdated, errors.
Project description
Rodatabase.py
How to install?
pip install rodatabase.py
How to start using the Library?
from robase.imports import DatabaseClient
DB = DatabaseClient(universeId=YOUR_ID_HERE, token="YOUR_API_TOKEN_HERE", ROBLOSECURITY="YOUR_.ROBlOSECURITY_HERE")
All functions
await DB.get_datastores()
await DB.get_keys(datastore="ExampleDatastore", limit=99)
await DB.set_data(datastore="ExampleDatastore", key="ExampleKey", data="ExampleData")
await DB.increment_data(datastore="ExampleDatastore", key="ExampleKey", incrementby=1)
await DB.delete_data(datastore="ExampleDatastore", key="ExampleKey")
For calling set_data data must be a JSON object.
All JSON objects:
String
Number
JSON object
Array
Boolean
null
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
rodatabase.py-1.0.3.tar.gz
(5.8 kB
view hashes)
Built Distribution
Close
Hashes for rodatabase.py-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eea8dc24a1c68217ab84db6f778388a0a2cbc930d6900c2424b70b2e3619dac |
|
MD5 | 9282983d28c97a57319791ddbe7acdda |
|
BLAKE2b-256 | 966197bfe71a9f908579bef61b83055cac4df6deaf8f42a2f489443d6726ee6e |