Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jilwer/vrcgo
Utility bot for VRChat
https://github.com/jilwer/vrcgo
bot discord go vrchat
Last synced: 27 days ago
JSON representation
Utility bot for VRChat
- Host: GitHub
- URL: https://github.com/jilwer/vrcgo
- Owner: Jilwer
- License: mit
- Created: 2024-06-28T14:49:50.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T13:59:57.000Z (4 months ago)
- Last Synced: 2024-10-09T21:02:53.349Z (27 days ago)
- Topics: bot, discord, go, vrchat
- Language: Go
- Homepage:
- Size: 89.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VRCGO
VRCGO plans to be a full featured discord bot that wrap's the VRChat API## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contributing](#contributing)
- [Thanks](#thanks)
- [License](#license)## Getting Started
To get started with VRCGO, follow these steps:### Installation
1. Clone the repository: `git clone https://github.com/Jilwer/vrcgo.git`
2. Install the required dependencies: `go mod tidy`
3. Build the Application `go build`### Usage
1. Create a new Discord bot on the Discord Developer Portal.
2. Copy the bot token.
3. Rename the `config.example.toml` file to `.config.toml` and replace `YOUR_BOT_TOKEN` with your actual bot token.
4. 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](LICENSE) file for more details.