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]

Accessing admin org information for an organization that you have the Officer or Founder role for. This let’s you see the member information for hidden members.

from rsi.org import OrgAPI
org = OrgAPI('EXTERRA', admin_mode=True, username=username, password=password)
member = org.members[0]
members = org.search('fuzzy_handle_matching')     # list of members using fuzzy matching
member = org.search_one('fuzzy_handle_matching')  # returns only the top match

History

0.1.2 (2018-12-27)

  • Added Authentication and session management required for accessing privileged Organization members list

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

Uploaded Source

Built Distribution

pyrsi-0.1.5-py2.py3-none-any.whl (9.7 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