An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Banner](imgs/readme_banner.png)

# 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)**