Skip to content

Using Python to parse jeopardy answers and info about them from pages on j-archive.com

License

Notifications You must be signed in to change notification settings

jbovee/j-archive-parser

Repository files navigation

J-Archive-Parser

Using Python to parse jeopardy answers and info about them from pages on j-archive.com

About

J-Archive parser traverses through the pages of j-archive.com parsing question information (question, answer, value, board location, pick number, etc.) from all currently recorded Jeopardy games, storing it as CSV files in a directory local to the execution location of the script.

Setup

Script was written using Python 2, so using Python 3+ may cause issues.

Required packages can be found in reuiqrements.txt, and installed using pip install -r requirements.txt

About

Using Python to parse jeopardy answers and info about them from pages on j-archive.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages