Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxch3n/githubissuecrawler
Crawling github issues (as bug report) for your auto software engineering research
https://github.com/zxch3n/githubissuecrawler
Last synced: 22 days ago
JSON representation
Crawling github issues (as bug report) for your auto software engineering research
- Host: GitHub
- URL: https://github.com/zxch3n/githubissuecrawler
- Owner: zxch3n
- Created: 2018-11-18T05:06:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T05:07:10.000Z (about 6 years ago)
- Last Synced: 2024-10-30T08:15:06.603Z (2 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github Issue Crawler
This repo supports:
- 🚃Crawling github issues
- 👖Finding all the related commits and PRs
- 🐮Get all the changed file for the commits and PRs.Limited by the github api quota, we cannot crawl too fast. With multithread, the average speed is about 1~2 issues per second per account.
## Usage
1. Fill in your account information in the user.info.json file.
2. Set your target repo in the crawl.py
3. run `python crawl.py` 🚀