jkboyce / getpuzzles

A crossword puzzle downloader and converter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getpuzzles

Getpuzzles is a simple command-line application to download crossword puzzles from a variety of sources on the internet, and convert them to Across Lite (.puz) format on your local computer.

To date getpuzzles can download puzzles from the following sources:

  • Newsday (daily)
  • USA Today (Monday-Saturday, not holidays)
  • Universal (daily)

How to use

Assuming you have a Java SDK and Apache Ant installed, just clone the repository and build it with the included build.xml. The /bin directory has a script getpuzzles that invokes the application; run it with no arguments for a help message.

Credit and license

Nearly all of the code here is adapted from Robert Cooper's excellent Shortyz crossword app for Android. All credit goes to him.

Licensed under the GNU General Public License, Version 3

About

A crossword puzzle downloader and converter

License:GNU General Public License v3.0


Languages

Language:Java 99.3%Language:Shell 0.7%