Skip to main content

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.2.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

pyreydenx-1.0.2-py3-none-any.whl (13.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page