filiph / pub-download

A simple scraper of pub.dartlang.org.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pub_download

A simple scraper of pub.dartlang.org.

Install like this:

$ pub get && pub run sqlite:install --package-root .

Then run for the first time like this:

$ dart bin/fetch.dart first-run

And afterwards, run this periodically (through cron, likely)

$ dart bin/fetch.dart

About

A simple scraper of pub.dartlang.org.


Languages

Language:Dart 100.0%