KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
pawnhub
★ 14
Open GitHub ↗
CLI listing your online chess games results.
Download README (.md)
Explore Similar Repositories
ocgdb
:
Open Chess Game Database Standard (OCGDB)
pgn-to-sqlite
:
Pull your Chess games from chess.com and lichess.org into a sqlite3 database.
novelty-grinder
:
Novelty Grinder analyses chess games, compares analysis to database, and identifies novelties and rare moves.
chess-database-backend
:
The backend for the chess database
rampart
:
Tool for generating test data for chess move generators.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pawnhub
?
Download (.md)
[](https://github.com/Kraymer/pawnhub/actions/workflows/python-build.yml) [](http://pawnhub.readthedocs.org/en/latest/?badge=latest) [](https://codecov.io/gh/Kraymer/pawnhub) [](https://pypi.python.org/pypi/pawnhub) [](https://pepy.tech/project/pawnhub) [](https://github.com/Kraymer/pawnhub/releases.atom) # pawnhub Retrieve results of your online chess games from lichess.org and chess.com. Instantly see how you negotiated first moves to reach your favourite positions. Spot which lines are your kryptonite leading to a dry/deceiving middle game. Behind the scenes, it exploits [pawnstore](https://github.com/Kraymer/pawnstore) library to fetch games into a local database then make them [rich](https://github.com/Textualize/rich). **Read documentation at https://pawnhub.readthedocs.io/** ## Screencast [](https://asciinema.org/a/518641) ## Install `pawnhub` is written for Python 3.7+, install with pip via ``pip3 install pawnhub`` command. ## Usage Usage: pawnhub.py [OPTIONS] List games for CHESSCOM_USER and LICHESS_USER. Display for each game the first move out of repertoire if WHITE_REP or/and BLACK_REP are given. Options: -c, --chesscom_user CHESSCOM_USER chess.com user login -l, --lichess_user LICHESS_USER lichess.org user login -n, --lines NUM Print the NUM most recent games -s, --search [FIELD:]TEXT Search for text in given field (see https://kraymer.github.io/pawnhub/#search). Omit FIELD: to search in whole games data. --rw WHITE_REP Path or url to a PGN file for white repertoire --rb BLACK_REP Path or url to a PGN file for black repertoire --color Always color terminal output --version Show the version and exit. -h, --help Show this message and exit.