CANVE / extractor

Extracts and normalizes the type relationships and call graph of scala sbt projects.
4 stars 1 forks source link

[githubCruncher] Extract github userAgent to ops friendly configuration #17

Open matanox opened 8 years ago

matanox commented 8 years ago

Github requires a user agent being set, in the api documentation. Although this didn't seem to be enforced when running early versions of the code, it is entirely sensible and ethical to do that anyway. Currently it's embedded in the code.

Better extract it to configuration, if only so that others will not reuse it with the code, or to be ops friendly.