VRCGO plans to be a full featured discord bot that wrap's the VRChat API
To get started with VRCGO, follow these steps:
- Clone the repository:
git clone https://github.com/Jilwer/vrcgo.git
- Install the required dependencies:
go mod tidy
- Build the Application
go build
- Create a new Discord bot on the Discord Developer Portal.
- Copy the bot token.
- Rename the
config.example.toml
file to.config.toml
and replaceYOUR_BOT_TOKEN
with your actual bot token. - Run the generated executable!
VRCGO Plans to be as robust as possible by trying to wrap as much of the VRCAPI as possible.
- Online Users
TODO
Contributions are welcome! If you have any ideas or improvements, feel free to open an issue or submit a pull request.
- Special thanks to the VRChat API Docs team for providing easy to access documentation on the VRChat API. https://vrchatapi.github.io/
This project is licensed under the MIT License. See the LICENSE file for more details.