Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eskopp/livechesscloud
- Owner: eskopp
- License: gpl-3.0
- Created: 2024-01-01T14:14:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-06T13:13:37.000Z (3 months ago)
- Last Synced: 2024-11-06T14:23:42.467Z (3 months ago)
- Topics: chess, dgt, livechesscloud
- Language: Python
- Homepage: https://view.livechesscloud.com/
- Size: 112 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```