This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2022-04-22 15:50:47 +01:00
src Changed required leaderboard pos to top 10 2022-04-22 15:50:44 +01:00
.gitignore first commit 2022-04-22 13:51:20 +01:00
config-example.json first commit 2022-04-22 13:51:20 +01:00
package-lock.json Changed required leaderboard pos to top 10 2022-04-22 15:50:44 +01:00
package.json Changed required leaderboard pos to top 10 2022-04-22 15:50:44 +01:00
README.md Update README.md 2022-04-22 13:55:40 +01:00

ScoreSaber-Leaderboard-Feed

Simple leaderboard feed for score saber that sends #1 to the webhook

Setup

Rename the config example to config.json
Setup your config values
Load the node project

npm i
# or 
yarn 

Loading

node .

Default Config

{
    "webhook": "", # The Discord Webhook
    "countryOnly": "" # Allow only this countrys or scores in the feed, can also be "ALL" to allow every country.
}