LLNL / scraper

Python library for getting metadata from source code hosting tools
MIT License
49 stars 23 forks source link

Turning off git clone? #49

Closed StephenQuirolgico closed 4 years ago

StephenQuirolgico commented 4 years ago

Is there a way to turn off git clone in the scraper?

IanLee1521 commented 4 years ago

Yes, there is an option --skip-labor-hours that will skip over the cloning operations (since labor hours is why they are being cloned).

https://github.com/LLNL/scraper/blob/master/scraper/gen_code_gov_json.py#L54