A bot for the r/starcitizen Discord server.
- Make sure you have installed Python (>=3.12), Git, and Poetry.
- Clone the repository to your hard drive. (
git clone https://github.com/mudkipdev/scnewsbot
) - Run
cd scnewsbot
andpoetry install
to install the required dependencies. - Copy the
example.config.toml
andexample.env
files toconfig.toml
and.env
respectively. - Edit the config files to your liking, then run the bot using
poetry run python scnewsbot
(This might also bepy
,python3
orpython3.12
depending on your operating system).