lictl-0.2.1 is not a library.
lictl - Lichess CLI Tool
A command-line interface for interacting with Lichess.org's API to make it easy to script your way around Lichess.
Installation
Authentication
Before using commands that require authentication, you'll need to log into Lichess:
# Verify your authentication
Commands
Broadcasts
# Get broadcast details by ID
# Get broadcast details by round ID
# Export broadcast PGN
Broadcast Rounds
# Get broadcast round details
Studies
# Import PGN into a study
Generic API Requests
# Make GET requests to any Lichess API endpoint
Scripts
The project includes helpful scripts in the scripts/
directory:
copy-broadcast-to-study.sh
Copies a broadcast's games into a study:
Development
# Run tests
# Build in debug mode
# Build in release mode
Contributing
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request