/VRChatPython

A Python library for the VRChat API.

Primary LanguagePython

VRCpy

API wrapper for the VRChat API, supporting both synchronous and asynchronous structures

See the examples folder for examples on how to use the wrapper

Installation

pip install vrcpy

Or if you are using async and want to improve speed

pip install vrcpy[aquick]