Skip to main content

Python API for interacting with the Roberts Space Industries site for Star Citizen.

Project description

Python RSI

https://img.shields.io/pypi/v/pyrsi.svg https://img.shields.io/travis/ExterraGroup/pyrsi.svg Documentation Status

Python API for interactive with the Roberts Space Industries site for Star Citizen.

Features

  • TODO

Examples

Accessing ship information:

from rsi.shipmatrix import ShipMatrixAPI
ships = ShipMatrixAPI()
ship = ships.list()[0]
ship = ships.search_by_name('kraken')

Accessing citizen information:

from rsi import fetch_citizen
fetch_citizen('ventorvar')

Accessing org information:

from rsi.org import OrgAPI
org = OrgAPI('EXTERRA')
member = org.members[0]

History

0.1.0 (2018-12-10)

  • Initial commit

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

pyrsi-0.1.0.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

pyrsi-0.1.0-py2.py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 2 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