Skip to content

jb55/chess-puzzle-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess puzzle db
---------------

scraped from wtharvey.com, thanks!

pup[0] is required for processing the html

steps:

  wget -cr --convert-links http://www.wtharvey.com/index.html
  parallel ./process ::: www.wtharvey.com/*.html > tmp.txt
  awk -f process.awk < tmp.txt > chess-puzzles.txt

the awk script is not perfect, patches welcome


[0] https://github.com/ericchiang/pup

About

Chess puzzles from wtharvey.com in tsv format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published