vrcli 0.1.1

A command-line interface for the VRChat API that lets you manage friends, users, worlds, and authentication directly from your terminal
Documentation
1
2
3
4
5
pub mod auth;
pub mod friends;
pub mod invite;
pub mod users;
pub mod worlds;