microsoft / ghcrawler-cli

A simple command line app for controlling a GitHub crawler
MIT License
11 stars 18 forks source link

Module usage broken? #10

Open gauntface opened 6 years ago

gauntface commented 6 years ago

Looking at the source, I think confgureCrawler() should be this.configureCrawler() in the configureOrgs and configureCount methods.

It also looks like getToken() has an unused parameter tokens.

jeffmcaffer commented 6 years ago

@gauntface Thanks, will take a look. BTW, if you are looking at the crawler as part of an investigation of ClearlyDefined, please be sure you are looking at the "API crawler" branch (https://github.com/Microsoft/ghcrawler/tree/jm/apicrawler)

FWIW, we have not been using this CLI at all in the ClearlyDefined context. Reach out on discord (https://discord.gg/wEzHJku) if you want to talk more.