Haphazard scripts for scraping bitcoin/bitcoin data from GitHub
This is a quick-and-dirty tool used to scrape bitcoin/bitcoin pull request andcommentary data. Each output/ folder contains comments.json: an aggregated list of both issue and review comments, in Github’soriginal format commits.json: a list of commit objects corresponding to the PR, in Github’soriginal format pr.json: the pull request object, in Github’s original format comments_abbrev.csv: abbreviated representation of each comment in CSV format pr_abbrev.csv: abbreviated representation of the PR in CSV format done: the datetime we retrieved the PR data Limitations Right […]
Read more