dogsheep / github-to-sqlite

Save data from GitHub to a SQLite database
https://github-to-sqlite.dogsheep.net/
Apache License 2.0
405 stars 43 forks source link

Commands do not work without an auth.json file #9

Closed simonw closed 4 years ago

simonw commented 4 years ago

auth.json is meant to be optional. If it's not provided, the tool should make heavily rate-limited unauthenticated requests.

$ github-to-sqlite repos .data/repos.db simonw
Usage: github-to-sqlite repos [OPTIONS] DB_PATH [USERNAME]
Try "github-to-sqlite repos --help" for help.

Error: Invalid value for "-a" / "--auth": File "auth.json" does not exist.