Open timgluz opened 7 years ago
Hi,
I added additional methods for GithubVersionCrawler, which can fetch license files for specific tagged commit.
GithubVersionCrawler
I added example worker and producer to show usage:
prod_key = 'github.com/gorilla/mux' gopkg = Product.where(language: 'Go', prod_key: prod_key).first msg = GithubLicenseCrawlProducer.build_msg(gopkg, gopkg[:repo_name]) GithubLicenseCrawlProducer.new msg GithubLicenseCrawlWorker.new.work
will update its versioneye-core
versioneye-core
Hi,
I added additional methods for
GithubVersionCrawler
, which can fetch license files for specific tagged commit.I added example worker and producer to show usage: