VRCNotify is a real-time notification tool designed for VRChat users. It monitors VRChat logs and sends notifications to Discord webhooks. This tool is ideal for users who want to stay informed about player join / leave events in VRChat.
- Real-time VRChat Log Monitoring: Tracks player join/leave events and room changes.
- Discord Notifications: Sends updates directly to a specified Discord webhook.
- Dynamic Status Display: Displays the current application state with visually engaging UI elements.
- Configurable Webhook Setup: Simple configuration through an intuitive interface.
- Lightweight and Easy to Use: Built with Python and Eel, providing cross-platform compatibility.
- Python 3.10 or higher
- pip (Python package manager)
- VRChat installed on the target machine
- Build the application by running the
build.bat
script. - Run
dist\VRCNotify
- Enter your Discord Webhook URL when prompted to set up notifications.
- Start VRChat and enjoy real-time notifications for various activities.
The application generates a config.json
file upon initial setup. This file contains the Discord Webhook URL and other settings. To update your webhook, delete the config.json
file and restart the application.
You can build a standalone executable using the provided build.bat
script. This script ensures all dependencies are included and creates a packaged version of the application.
build.bat
VRCNotify/
├── app.py # Main application logic
├── build.bat # Build script for packaging
├── requirements.txt # Python dependencies
├── web/ # Frontend files
│ ├── index.html # Main UI
│ └── ... # Additional assets
├── config.json # Configuration file (auto-generated)
└── README.md # Project documentation
Contributions are welcome! Feel free to open issues or submit pull requests to enhance the project. Make sure to follow the Contributor Covenant Code of Conduct.
This project is licensed under the MIT License. See the LICENSE file for more details.
- Developed by @soumt-r
- Built with Eel for the Python-Web integration
- Inspired by VRChat's vibrant community
For support or feedback, please open an issue in the repository.