Metadata-Version: 2.1
Name: ChessComLibraryExporter
Version: 0.5.2
Summary: Download your whole Chess.com Library (chess.com/library)
Home-page: https://github.com/manuelpepe/ChessComLibraryExporter
Author: Manuel Pepe
Author-email: manuelpepe-dev@outlook.com.ar
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

# Chess.com Library Exporter

A command line utility that uses Selenium (Chess.com please improve API support!) to help you download your entire archive of games in `chess.com/library`.


## Usage

**Directly as a script:**

```bash
$ git clone https://github.com/manuelpepe/ChessComLibraryExporter
$ cd ChessComLibraryExporter
$ pip install -r requirements.txt
$ python chess_library_exporter.py
Username: manuelpepe
Password: 

Found 6 collections
...
```

**From the Pip-installed entrypoint:**

```bash
$ pip install ChessComLibraryExporter
$ chess_library_exporter
Username: manuelpepe
Password: 

Found 6 collections
...
```


By default, your library will be exported to a `library/` directory in your current working directory.
You can change it with the `-o path/to/directory` parameter. 

## Support

Firefox and Chrome are supported (use `-b firefox` or `-b chrome`, defaults to firefox). Headless mode can also be activated with the `-H` flag (Only seems to work on firefox).
