/vrchat-api-python

An unofficial Python library for the VRChat API

Primary LanguagePythonMIT LicenseMIT

vrchat-api-python

This is an unofficial Python library for the VRChat API.

How to Install

So far this library is yet to be published to PyPI. Please run pip3 install -e . to install the library.

How to Use

from vrchat_api import VRChatAPI

api = VRChatAPI("YOUR_USERNAME", "YOUR_PASSWORD")
api.authenticate()

friends = api.getFriends() # A list of your friends!

See examples/ for more details.

Disclaimer

As mentioned in the VRChat API Documentation, use of the API is not officially supported. Please use this library at your own risk.

VRChat belongs to VRChat Inc.