Files
SCNewsBot/README.md
mudkipdev c12cedaa27 v1.0.3
2024-04-04 08:58:58 -06:00

763 B

scnewsbot

A bot for the r/starcitizen Discord server.

Installation

  1. Make sure you have installed Python (>=3.12), Git, and Poetry.
  2. Clone the repository to your hard drive. (git clone https://github.com/mudkipdev/scnewsbot)
  3. Run cd scnewsbot and poetry install to install the required dependencies.
  4. Copy the example.config.toml and example.env files to config.toml and .env respectively.
  5. Edit the config files to your liking, then run the bot using poetry run python scnewsbot (This might also be py, python3 or python3.12 depending on your operating system).