Scarlex API Wrapper
Project description
Scarlex Asynchronous API Wrapper
- [Discord] : https://discord.gg/ZKzmmt4gvq
- [Site] : https://scarlex.org/api
How To Use
- join our Discord for any support (link above).
- register your own profile on our website (link above).
- then login and you're ready to fetch endpoints and check your stats.
Examples
# import ApiClient from sharex package.
from scarlex import ApiClient
# import asyncio if you want to run clint Synchronously else the pacakage is in asynchronous format.
import asyncio
# create an instance of client with name and password
client = ApiClient(name="A V I X I T Y", password="pass.word")
data = asyncio.run(client.make_request("progressbar?max=100&value=69&size=100&style=3"))
# If using asynchronously [can be used only inside async functions]
# data = await client.make_request("progressbar?max=100&value=69&size=100&style=3")
print(data.json)
print(data.status)
print(data.message)
Developers / Contributors
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
scarlex-1.0.2.tar.gz
(6.7 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 scarlex-1.0.2.tar.gz.
File metadata
- Download URL: scarlex-1.0.2.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
169d1b3fc0093978600ef45cce41a98ec313f93f20b6e5b4db11f2cd96782fd4
|
|
| MD5 |
e2ecb6bfa7fd44ae1efd2eabc190f55f
|
|
| BLAKE2b-256 |
5967b2293782bc322f5b99c523dc3287d5fe67cfcf29d09925c4ab91f19e63fe
|
File details
Details for the file scarlex-1.0.2-py3-none-any.whl.
File metadata
- Download URL: scarlex-1.0.2-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d21e94448781b108ce964ec1494067e4f6198b4ef15e85a05d6aa9168f99621f
|
|
| MD5 |
dd3ea171f9bc8875d38b39a8503b2f53
|
|
| BLAKE2b-256 |
54c5fb9b3a019160ff3f685c210b46b1c9735dcb2263240d1202075b055cfa10
|