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

https://github.com/cuh4/archeanstatus

A Discord bot for displaying the status of Archean servers.
https://github.com/cuh4/archeanstatus

archean bot discord discord-py python

Last synced: 5 months ago
JSON representation

A Discord bot for displaying the status of Archean servers.

Awesome Lists containing this project

README

          

![Banner](imgs/readme_banner.png)

# Archean Status

## 📚 | Overview
A configurable Discord bot for displaying the status of an Archean server.

![Demo](imgs/example.png)

## ❓ | Requirements
- **Python 3.12+**

## 💻 | Setup
1) Ensure Python 3.12+ is installed.
2) `git clone` this repository (`git clone https://github.com/Cuh4/ArcheanStatus.git`) then use `cd ArcheanStatus`.
3) Install the requirements with `pip install -r requirements.txt` (you may need to use `py -m pip`, `python -m pip` or `python3 -m pip` depending on OS).
4) Configure the bot by editing `example.env`. The settings are all described via comments. When making a bot for the bot token, ensure that you enable the "Send Messages" intent.
5) Rename `example.env` to `.env`.
6) Run `cd src`, then `py main.py`.

## ✨ | Credit
- **[Cuh4](https://github.com/Cuh4)**