This repository includes a command-line utility:
And a Python library:
- libgh(3) - GitHub scraping library (returning data as a Python dictionary)
This software will scrap either personal or organizational accounts, or repositories. You can check which data you can get here.
Feel free to discuss your needs and use cases there.
Once you have installed Python and its packages manager pip, use one of the following commands, depending on if you want only this tool, the full set of PNU tools, or PNU plus a selection of additional third-parties tools:
pip install pnu-libgh
pip install PNU
pip install pytnix