icewind1991 / vrc-invite-bot

VRChat bot to automate sending invites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vrc-invite-bot

Build Status

VRChat bot to automate sending invites

Usage

The bot consists of 2 commands, one to accept all incoming friend requests (since only friends can send invite) and one to handle invite requests

Friend requests

vr-invite-bot <api_key> <username> <password> accept

Invite requests

vr-invite-bot <api_key> <username> <password> invite

Requesting an invite

You can request an invite into a world from the bot by sending an "requestinvite" notification to the bot with the following details:

{
  world: string,
  instance: string
}

any message in the notification will be forwarded to the resulting invite.

About

VRChat bot to automate sending invites

License:GNU General Public License v3.0


Languages

Language:Rust 89.8%Language:Shell 5.6%Language:Makefile 4.6%