https://github.com/cuh4/xhpbot
A bot for the XHP Inc. Archean server.
https://github.com/cuh4/xhpbot
archean bot discord discord-py gameserver python
Last synced: over 1 year ago
JSON representation
A bot for the XHP Inc. Archean server.
- Host: GitHub
- URL: https://github.com/cuh4/xhpbot
- Owner: Cuh4
- Created: 2024-10-14T16:28:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T08:14:04.000Z (over 1 year ago)
- Last Synced: 2025-01-16T05:13:35.973Z (over 1 year ago)
- Topics: archean, bot, discord, discord-py, gameserver, python
- Language: Python
- Homepage: https://discord.gg/VmMDNdXg
- Size: 2.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# XHP Bot
## 📚 | Overview
A neatly structured Discord bot for the XHP server, fully coded in Python using the `discord.py` library.
Features:
- Consistently updated server status
- Personal reminders for when the server reaches a desired player count
- Tracking the server over time (player count, max players, etc)
- Decent amount of commands
## 💡 | Setup
1) Clone this repo via `git clone https://github.com/Cuh4/XHPBot`
2) Install package requirements via `pip install -r requirements.txt` (assuming you're using pip as a package manager)
3) Rename `example.env` to `.env`
4) Modify the `.env` file to your own liking. A bot token is mandatory, instructions are in the file.
5) Run `cd src`, then either run `start.bat` or `py main.py` (`py`/`python`/`python3`/...)
## ❓ | Requirements
- **Python 3.12+**
## ✨ | Credit
- **[Cuh4](https://github.com/Cuh4)**