Discord bot for announcing new BeatSaber scores in a specified Discord-Channel.
- Python 3.9 (This is the Version I used. Others may work too)
- A Postgres database-server
- A database for the bot
- A user for the bot
- The user should have full access to the database
- Clone this Repository
git clone https://github.com/Klappson/ScoreSaber-announcer-bot
- Install
libpq-dev
. This is needed to buildpsycopg2
sudo apt-get install libpq-dev
- Install required packages
pip install -r requirements.txt
- Adjust the config.py
- Run the bot
python bot.py
- Profit
-
SSLCertVerification shizzle
- Install this certificate
- The download is hidden on the bottom left
-
The bot does not send any scores
- Make sure your request-intervals, found in the config.py, are big enough.
- If they are big enough write me an Issue and I'm gonna take a look at it