This bot was created to help moderate the Lichess45+45 league.
It has a simple interface that integrates our Slack team, with Lichess and Website HTTP API.
If you have any issues, reach out to me here on github or on Slack.
Cheers. Andrew W. Haddad
- Clone this repo
- Install vagrant
- Use the included Vagrantfile to bring up the environment
- Migrate databases:
npm run migrate config/testconfig.js
- Generate a bot token in your Slack Team's Services and Customization.
- Install your bot's token in the start script, start_chesster.
- Start the bot.
> ./bin./start ../config/config.js
This bot utilizes the heltour api from this repo: https://github.com/cyanfish/heltour/ You will need to create a token from an installation of this app in order to access and manipulate data.
The bot should now be available for addition to your Slack Team.