https://github.com/mudkipdev/scnewsbot
A bot for the r/starcitizen Discord server.
https://github.com/mudkipdev/scnewsbot
Last synced: 9 months ago
JSON representation
A bot for the r/starcitizen Discord server.
- Host: GitHub
- URL: https://github.com/mudkipdev/scnewsbot
- Owner: mudkipdev
- License: mit
- Created: 2023-04-15T02:23:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T08:50:53.000Z (almost 2 years ago)
- Last Synced: 2025-06-20T15:59:32.579Z (about 1 year ago)
- Language: Python
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scnewsbot
A bot for the r/starcitizen Discord server.
## Installation
1. Make sure you have installed [Python](https://python.org) (>=3.12), [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.
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).
