From a6a68baa4ae98456167fbe9a3ef36f33f1b26d97 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Fri, 23 Jun 2017 01:15:58 +0300 Subject: [PATCH] New README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 5730936..ffaec6f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # lichess-export Export your chess games from lichess.org + +# Installation +Requires only Python (2 or 3) and `requests` with `gevent`: +``` +pip install grequests +``` + +Also, on Linux if you want to export to Scid you need to install Scid: `sudo apt-get install scid`. + +# Using +Example: +``` +python lichess.py -n hippo23 -t pgn -o hippo23.pgn --threads 6 +``` +If you want scid base: `python lichess.py -n hippo23 -t scid -o hippo23 --threads 6` +If you have more than 1000 games, you can set` threads` more than `3`. If you have more than 10000 games, set` threads` to `10`