Metadata-Version: 2.1
Name: LiveChessCloud
Version: 0.1.0
Summary: PGN Downloader for LiveChessCloud
Home-page: https://github.com/eskopp/LiveChessCloud
Author: eskopp
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama==0.4.4
Requires-Dist: click==8.0.1
Requires-Dist: requests==2.32.2
Requires-Dist: asyncio==3.4.3
Requires-Dist: chess==1.6.1
Requires-Dist: pytest==6.2.4
Requires-Dist: aiohttp==3.10.11

# 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 <LIVECHESSCLOUD-URL>
```

## Export PGN

```bash
 LiveChessCloud export <LIVECHESSCLOUD-URL> <PGN-File.pgn>
```

## Version

```bash
LiveChessCloud --version
```


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