Skip to content

Figure out a full-featured scraping framework #11

Open
@lassik

Description

@lassik

Currently we use a hand-written scraper for these implementations:

  • chez
  • guile
  • kawa
  • larceny
  • loko
  • mit
  • racket
  • scheme48
  • slib
  • tinyscheme
  • ypsilon

Would be nice to extend the scraper generator in listings.scm so it can handle all of the above.

The scraper generator currently writes Unix shell scripts that use curl, tar and grep, but that's just an implementation detail. If Scheme had a more fully developed archive framework, we could just as well skip the shell scripts and run the scrapers directly in Scheme.

The main thing is to discover a specification language for the scrapers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions