Skip to main content

RecNetPy is an API wrapper built in Python for pulling data from RecNet.

Project description

RecNetPy

RecNetPy is a Rec Room API wrapper built in Python. RecNetPy aims to be easy to use yet powerful. It's the same wrapper used to power RecNetBot!

NPM Version Downloads Stats Join The Discord Documentation Status

Installation

All platforms via pip:

pip install -U recnetpy

Quickstart

Creating an instance of RecNetPy:

import recnetpy

RecNet = recnetpy.Client(api_key="...")

An example that showcases how to fetch an account by username and acquire its bio:

import recnetpy  # Import the module
import asyncio

async def main():
    # Create a new RecNetPy client instance
    RecNet = recnetpy.Client(api_key="...")
    
    # Fetch the user from the AccountManager with the "get" method
    user = await RecNet.accounts.get("ColinXYZ")
    
    # Fetch the bio from the Account dataclass
    bio = await user.get_bio()
    
    # Print and close the client
    print(bio)
    await RecNet.close()

asyncio.run(main())

For more examples and usage, please refer to the examples. More documentation can be found Here.

Authorization

In order to use most of the endpoints, you need an API key. You may acquire one from https://devportal.rec.net/. Endpoints that require an API key are marked in function docstrings.

For more information and guidance, refer to https://recroom.zendesk.com/hc/en-us/articles/16543324225303-Third-Party-API-Access-and-Usage.

Development setup

To install a local build run the following command.

pip install .

Meta

Distributed under the MIT license. See LICENSE for more information.

Contributing

  1. Fork it (https://github.com/RecNetBot-Development/RecNetPy/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

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

recnetpy-0.2.75.tar.gz (29.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

recnetpy-0.2.75-py3-none-any.whl (47.1 kB view details)

Uploaded Python 3

File details

Details for the file recnetpy-0.2.75.tar.gz.

File metadata

  • Download URL: recnetpy-0.2.75.tar.gz
  • Upload date:
  • Size: 29.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for recnetpy-0.2.75.tar.gz
Algorithm Hash digest
SHA256 9e36bb96ecd37ffa665e299ea37cbfb860c216b508409cb34fa197c1e53daf7b
MD5 c76cdf99e22db7ccaeedaa070eebffeb
BLAKE2b-256 f40511a2b1ee7358437e076678b8606a1a6df15fb8ce8d9d9d7705f81adb1de3

See more details on using hashes here.

File details

Details for the file recnetpy-0.2.75-py3-none-any.whl.

File metadata

  • Download URL: recnetpy-0.2.75-py3-none-any.whl
  • Upload date:
  • Size: 47.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for recnetpy-0.2.75-py3-none-any.whl
Algorithm Hash digest
SHA256 c0590d325e73371ee79421e1cfb8d698e8866cbc31d8ab42ae18c3aa11a89c68
MD5 806e30a74dab61cdaf39478112c85354
BLAKE2b-256 9e083ef2548c3f6ca3ada9b0c4717c35a01567f1e4379d7171e1d2476c0276cf

See more details on using hashes here.

Supported by

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