Reyden-X is an automated service for promoting live broadcasts on external sites with integrated system of viewers and views management.
Project description
REYDEN-X
Reyden-X is an automated service for promoting live broadcasts on external sites with integrated system of viewers and views management.
Installation
pip install pyreydenx
Environment Variables
- REYDENX_EMAIL - Email (Optional)
- REYDENX_PASSWORD - Password (Optional)
Quickstart
from pyreydenx import Client
from pyreydenx.user import User
from pyreydenx.order import Order
client = Client('email', 'password')
print(User.account(client))
print(User.balance(client))
print(Order.details(client, 12345))
print(Order.get_orders(client, None))
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
pyreydenx-1.0.0.tar.gz
(8.0 kB
view details)
Built Distribution
pyreydenx-1.0.0-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file pyreydenx-1.0.0.tar.gz
.
File metadata
- Download URL: pyreydenx-1.0.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4bf8e7eea2b645330b296408c7f7b4b37b4f6f7150c112b890e88655a32a6bd |
|
MD5 | 743207bef1fc4e18a1717d5094dc8ad2 |
|
BLAKE2b-256 | 5e7275f3024bfe4261dc203b3de63157ef0b20a0ccd0fd12f1d19e56a6a77e9b |
File details
Details for the file pyreydenx-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pyreydenx-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4dc93bedb2c47bf4cbbe6726669b52ff0840d5bb7439809b650050e1eb04773 |
|
MD5 | 53f4c8eaee052b59c2147dc971ce3300 |
|
BLAKE2b-256 | a0df157319fa712ec9f5e156343b74fc8bf4055897d4fa4492d6c93c2530f205 |