An API wrapper for the Roblox that supports endpoints that other API wrappers don't.
Project description
ERLC Client Example
Setting Up
Initialize the ERLC Client
import asyncio
import logging
from ERLC.erlc import client
erlc_client = client()
Connect to the ERLC Client
server_key = 'your_server_key'
global_key = 'your_global_key'
await erlc_client.config(server_key, global_key)
if erlc_client.connected:
print("Connected to ERLC!")
else:
print("Failed to connect to ERLC.")
Example Usage
server_key = 'your_server_key'
global_key = 'your_global_key'
await erlc_client.config(server_key, global_key)
if erlc_client.connected:
print("Connected to ERLC!")
else:
print("Failed to connect to ERLC.")
bans = await erlc_client.server.bans()
print(bans)
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
Miscblox-1.0.0.tar.gz
(5.1 kB
view details)
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 Miscblox-1.0.0.tar.gz.
File metadata
- Download URL: Miscblox-1.0.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a2399ec57b4580fe8eb71d87aa057e1a990b254e6cf3849a748af46915a727a
|
|
| MD5 |
02e9fe1bf69f19f510c32e3fef78e7c8
|
|
| BLAKE2b-256 |
dac7c8a48c81a21bc4f6ff81ef914cab76b6dc02063b69ded38a49d6baeb90b8
|
File details
Details for the file Miscblox-1.0.0-py3-none-any.whl.
File metadata
- Download URL: Miscblox-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e49f53feb57fb521aa9be5e5c4f3413a119425e78c54cdbb18a17754c95cd092
|
|
| MD5 |
717d2827adfbec53f2f92c2d8a0a2990
|
|
| BLAKE2b-256 |
91c4e5ab81add35c708109c40e583159686d9a85562cf09471cdba674b4ac08b
|