Skip to content

TebelloX/lichess-db

 
 

Repository files navigation

lichess DB

This code exports lichess game database in a standard PGN format.

Files are available on 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 "run 2016-01"

# export Jan 2016 Standard games to custom_file.pgn
sbt "run 2016-01 custom_file.pgn"

# export Jan 2016 Atomic games to custom_file.pgn
sbt "run 2016-01 custom_file.pgn atomic"

About

Export lichess game database in a standard PGN format

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Scala 76.0%
  • Smarty 14.1%
  • CSS 4.4%
  • JavaScript 3.3%
  • Shell 2.2%