Last updated:
0 purchases
pyreydenx 1.0.10
REYDEN-X
Reyden-X is an automated service for promoting live broadcasts on external sites with integrated system of viewers and views management.
Website
API Documentation
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))
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.