Bot pro KSP Discord
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniel Skýpala 52116229e6 News: Use KSP_URL as a constant 8 months ago
bin News: Add news 8 months ago
cobuild hrochobot.service: Set HROCHOBOT_ETC 1 year ago
common Container build system 1 year ago
data.example Added example files 1 year ago
hrochobot News: Use KSP_URL as a constant 8 months ago
.gitignore Added example files 1 year ago
README.md Added README 1 year ago
config.example.json Added example files 1 year ago
requirements.txt News: New requirements 8 months ago
setup.py Requirements should be also listed in setup.py 8 months ago

README.md

Hrochobot

Discord bot for KSP discord server.

Installation

First install all required libraries:

pip install -r requirements.txt

Then create data folder from data.example:

cp data.example data -r

Same for config.json:

cp config.example.json config.json -r

Lastly paste your discord bot token into config.json. If you do not have any discord bot, learn how to create one here: https://discordjs.guide/preparations/setting-up-a-bot-application.html#your-bot-s-token

Running

To run the bot simply execute main.py:

./main.py