Ruby parser for IFDB. Extracts latest games.
Go to file
Alexander Yakovlev 8e934616e0 Readme update 2016-06-03 16:47:13 +07:00
CONTRIBUTORS.md Additional project info 2016-06-02 10:19:17 +07:00
LICENSE Add license 2016-06-02 10:17:10 +07:00
README.md Readme update 2016-06-03 16:47:13 +07:00
parser.rb Readme update 2016-06-03 16:47:13 +07:00

README.md

IFDB parser

IFDB stands for Interactive Fiction DataBase. You can visit the site here: http://ifdb.tads.org/

The script has three options you can edit. They are placed in the beginning of the file:

  • ifdb_url - sets the search URL. By default it's set to "All Games", sorted by release date.
  • ifdb_start_page - starting page, default 1
  • ifdb_get_pages - how many pages you want to get, default 1