Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frequentlymisseddeadlines/py-chessfessor
https://github.com/frequentlymisseddeadlines/py-chessfessor
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frequentlymisseddeadlines/py-chessfessor
- Owner: FrequentlyMissedDeadlines
- License: mit
- Created: 2021-08-02T08:48:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-21T11:10:33.000Z (over 3 years ago)
- Last Synced: 2025-01-21T06:38:53.341Z (15 days ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# py-chessfessor
[![Build](https://github.com/FrequentlyMissedDeadlines/py-chessfessor/actions/workflows/python-package.yml/badge.svg)](https://github.com/FrequentlyMissedDeadlines/py-chessfessor/actions/workflows/python-package.yml)
[![Publish](https://github.com/FrequentlyMissedDeadlines/py-chessfessor/actions/workflows/python-publish.yml/badge.svg)](https://github.com/FrequentlyMissedDeadlines/py-chessfessor/actions/workflows/python-publish.yml)
[![Version](https://img.shields.io/pypi/v/chessfessor)](https://pypi.org/project/chessfessor)
[![Version](https://img.shields.io/pypi/pyversions/chessfessor)](https://pypi.org/project/chessfessor)
[![codecov](https://codecov.io/gh/FrequentlyMissedDeadlines/py-chessfessor/branch/main/graph/badge.svg)](https://codecov.io/github/FrequentlyMissedDeadlines/py-chessfessor?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![PyPI - Downloads](https://img.shields.io/pypi/dm/chessfessor)Chessfessor is the short for "Chess Professor". This command line tool will allow you to download all your chess game data from [Lichess](https://lichess.org/) and [Chess.com](https://www.chess.com/). You can then put this data in any BI tool you like to analyse your games or generate dashboards like winrates per opening.
## Install
```
python -m pip install chessfessor
```## Usage
```
python -m chessfessor Kasparov
```## Advanced usage
```bash
# Display help page
python -m chessfessor -h# Get Lichess.org games for player Kasparov
python -m chessfessor Kasparov --website lichess# Get Chess.com games for player Kasparov
python -m chessfessor Kasparov --website chessdotcom#Get Lichess.org games for player Kasparov, including casual games
python -m chessfessor Kasparov --website lichess --include-casual
```## Disclaimer
I have no rights on [Lichess](https://lichess.org/) or [Chess.com](https://www.chess.com/). All rights belong to their respective owners.But this tool comes from free, enjoy it! 🎉