Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eskopp/livechesscloud

PGN Downloader for LiveChessCloud
https://github.com/eskopp/livechesscloud

chess dgt livechesscloud

Last synced: 2 months ago
JSON representation

PGN Downloader for LiveChessCloud

Awesome Lists containing this project

README

        

# Live Chess Cloud

# Install

## Install with git
```bash
pip install git+https://github.com/eskopp/LiveChessCloud.git
```

## Install with pypi
```bash
pip install LiveChessCloud
```

## Update
```bash
pip install --upgrade LiveChessCloud
```

# Usage

## Download PGN

```bash
LiveChessCloud download
```

## Export PGN

```bash
LiveChessCloud export
```

## Version

```bash
LiveChessCloud --version
```

# Example
```bash
pip install Livechesscloud
LiveChessCloud export https://view.livechesscloud.com/#1eb49a34-ddb6-436a-b1bf-f4fc03c488d1 BadKoenigshofen23.pgn
```