Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 707 Bytes

File metadata and controls

35 lines (20 loc) · 707 Bytes

jointourney

Join upcoming lichess tourneys automatically of a certain variant.

Usage

# only necessary for the first time to install node modules, you can omit this later
yarn install

# run script for joining tourneys
node tourney.js

Environment variables

LICHESS_TOURNEY_TOKEN

Required.

Lichess API access token with tourney scope.

TOURNEY_VARIANT

Optional. Default is atomic.

Variant key of tourney to join.

REVERSE_TOURNEY_ORDER

Optional. Default is false.

Set it to true to list tourneys in reverse order.