versioneye / crawl_r

VersionEye crawlers implemented in Ruby.
https://www.versioneye.com
Other
10 stars 7 forks source link

Add crates crawler #35

Closed timgluz closed 7 years ago

timgluz commented 7 years ago

Hi,

this PR adds CrateCrawler for crawling Rust packages hosted on Crate.IO.

NB! This crawler requires API_KEY! You can fetch it here - https://crates.io/ & click "Login with Github"

Usage:

VersioneyeCore.new
CratesCrawler.crawl(ENV["CRATES_API_KEY"])
reiz commented 7 years ago

@timgluz Why did you delete the Gemfile.lock? You don't like it?

timgluz commented 7 years ago

I removed because the bot which complaining of merge conlicts in Gemfile.lock

reiz commented 7 years ago

@timgluz Good Job!