Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lichess-org/database
Public exports of all rated games, puzzles, and computer evaluations.
https://github.com/lichess-org/database
chess common-goods
Last synced: 3 days ago
JSON representation
Public exports of all rated games, puzzles, and computer evaluations.
- Host: GitHub
- URL: https://github.com/lichess-org/database
- Owner: lichess-org
- License: agpl-3.0
- Created: 2017-06-04T09:04:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T20:21:00.000Z (15 days ago)
- Last Synced: 2024-12-23T20:12:00.610Z (10 days ago)
- Topics: chess, common-goods
- Language: Scala
- Homepage: https://database.lichess.org
- Size: 5.05 MB
- Stars: 84
- Watchers: 13
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lichess DB
This code exports lichess game database in a standard PGN format.
Files are available on [https://database.lichess.org](https://database.lichess.org).
Use them to do great things. Please share the results!
## Usage
```
# export Jan 2016 Standard games to lichess_db_2016-01.pgn
sbt "runMain lichess.Games 2016-01"# export Jan 2016 Standard games to custom_file.pgn
sbt "runMain lichess.Games 2016-01 custom_file.pgn"# export Jan 2016 Atomic games to custom_file.pgn
sbt "runMain lichess.Games 2016-01 custom_file.pgn atomic"
```