2023-12-17 09:28:39 -07:00
> [!WARNING]
> As of December 2023, this project does not work with Python 3.12.
> Please use Python 3.11 until all dependencies are updated to support it.
2023-05-07 14:00:46 -06:00
# scnewsbot
2023-05-07 14:18:11 -06:00
A bot for the r/starcitizen Discord server.
## Installation
1. Make sure you have installed [Python ](https://python.org ) (>=3.11), [Git ](https://git-scm.org ), and [Poetry ](https://pypi.org/project/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.
2023-05-07 14:19:43 -06:00
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.11` depending on your operating system).
2023-05-07 14:18:11 -06:00
2023-05-07 14:19:43 -06:00
