https://github.com/hampta/wplace-health-bot
Wplace backend health bot
https://github.com/hampta/wplace-health-bot
discord health-check python telegram wplace
Last synced: about 1 month ago
JSON representation
Wplace backend health bot
- Host: GitHub
- URL: https://github.com/hampta/wplace-health-bot
- Owner: hampta
- Created: 2025-08-11T14:06:25.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-12T10:33:35.000Z (10 months ago)
- Last Synced: 2025-08-12T12:34:00.018Z (10 months ago)
- Topics: discord, health-check, python, telegram, wplace
- Language: Python
- Homepage: https://t.me/wplace_health
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# WPlace Health Bot
This bot monitors the health of a backend service and sends notifications to Discord and Telegram when the service status changes.
## How to Use
1. **Clone the repository**:
```bash
git clone github.com/hampta/wplace-health-bot.git
cd wplace-health-bot
```
2. **Set up environment variables**:
Rename `.env.example` to `.env` and fill in the required values:
```bash
cp .env.example .env
```
Edit the `.env` file with your Discord and Telegram configurations.
3. **Install dependencies**:
```bash
uv sync
```
4. **Run the bot**:
```bash
uv run main.py
```
# License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details