Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 383 Bytes

File metadata and controls

13 lines (7 loc) · 383 Bytes

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]