Skip to content

Script that creates regular swiss tournaments for a team.

License

Notifications You must be signed in to change notification settings

Konstantina07/swiss-maker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lichess Swiss maker

Script that creates regular swiss tournaments for a team.

Uses Lichess API to fetch and create swiss tournaments.

Dates use your own local timezone.

The script can be run multiple times and will only create missing tournaments, i.e. it won't create a tournament that already exists.

Run

Generate an OAuth token and use it in place of YourOauthToken in the following commands.

Edit the configuration in src/config.ts.

Dev

yarn install
OAUTH_TOKEN='YourOauthToken' yarn dev

Prod

yarn build
OAUTH_TOKEN='YourOauthToken' yarn start

About

Script that creates regular swiss tournaments for a team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%