Skip to content

A bot to announce new ScoreSaber-Scores in a Discord channel.

Notifications You must be signed in to change notification settings

Klappson/ScoreSaber-announcer-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScoreSaber Announcer Bot

Discord bot for announcing new BeatSaber scores in a specified Discord-Channel.

Requirements

  • 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

Setup

  1. Clone this Repository
git clone https://github.com/Klappson/ScoreSaber-announcer-bot
  1. Install libpq-dev. This is needed to build psycopg2
sudo apt-get install libpq-dev
  1. Install required packages
pip install -r requirements.txt
  1. Adjust the config.py
  2. Run the bot
python bot.py
  1. Profit

Known Issues

  • 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

About

A bot to announce new ScoreSaber-Scores in a Discord channel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages