chessfessor
Version:
The best app to extract your chess data from Lichess and Chess.com
48 lines (34 loc) • 1.86 kB
Markdown
# Chessfessor
[](https://www.npmjs.com/package/chessfessor)


[](https://codecov.io/github/FrequentlyMissedDeadlines/chessfessor?branch=master)
[](https://www.npmjs.com/package/chessfessor)
[](https://opensource.org/licenses/MIT)
[](https://www.npmjs.com/package/chessfessor)
Chessfessor is the short for "Chess Professor". This command line tool will allow you to download all your chess game data from [Lichess](https://lichess.org/) and [Chess.com](https://www.chess.com/). You can then put this data in any BI tool you like to analyse your games or generate dashboards like winrates per opening.
## Install
```
npm install -g chessfessor
```
## Usage
```
chessfessor Kasparov
```
## Advanced usage
```bash
# Display help page
chessfessor --help
chessfessor -h
# Get Lichess.org games for player Kasparov
chessfessor Kasparov --website lichess
chessfessor Kasparov -w lichess
# Get Chess.com games for player Kasparov
chessfessor Kasparov --website chessdotcom
chessfessor Kasparov -w chessdotcom
#Get Lichess.org games for player Kasparov, including casual games
chessfessor Kasparov -w lichess --casual
```
## Disclaimer
I have no rights on [Lichess](https://lichess.org/) or [Chess.com](https://www.chess.com/). All rights belong to their respective owners.
But this tool comes from free, enjoy it! 🎉