Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 611 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 611 Bytes

Scrapes the entire Maven Central to build a full list of artifacts, their versions and dates.

First, clone the repository and run:

bundle install

Run it like this, to scape all artifacts starting from org/:

ruby scrape.rb --root=org/

If you want to scrape the entire index:

ruby scrape.rb

To exclude something from the list (this will exclude org/* and net/* artifacts):

ruby scrape.rb --ignore=org/ --ignore=net/

To skip everything until certain path (works only for the first level):

ruby scrape.rb --start=org/takes/