repositorypackage
0.0.0-20240706135957-948fcda5ba61
Repository: https://github.com/jilwer/vrcgo.git
Documentation: pkg.go.dev
# README
VRCGO
VRCGO plans to be a full featured discord bot that wrap's the VRChat API
Table of Contents
Getting Started
To get started with VRCGO, follow these steps:
Installation
- Clone the repository:
git clone https://github.com/Jilwer/vrcgo.git
- Install the required dependencies:
go mod tidy
- Build the Application
go build
Usage
- 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!
Features
VRCGO Plans to be as robust as possible by trying to wrap as much of the VRCAPI as possible.
Finished
- Online Users
WIP
TODO
Contributing
Contributions are welcome! If you have any ideas or improvements, feel free to open an issue or submit a pull request.
Thanks
- Special thanks to the VRChat API Docs team for providing easy to access documentation on the VRChat API. https://vrchatapi.github.io/
License
This project is licensed under the MIT License. See the LICENSE file for more details.