-
Using Interface
- Rest API
- GraphQL API
-
Using Language
- Python 3.5.2
-
Reference site
- https://developer.github.com/v3/ [Rest API]
- https://developer.github.com/v4/ [GraphQL API]
-
How to use (commit_info_crawler)
- Fill in the user_list/Uname_list file with the name of the person you want to search for, one per line.
- python3 main.py userID:userPWD <-- Run command
-
Output Type
- Rank [count] -> UserName: [UserName] | Count: [CommitCount] | RepositoryName: [RepositoryName] | UpdatedAt: [LastUpdatedTime]
-
How to use (event_check)
- python3 event_main.py userID:userPWD <-- Run command
- input name: [Here!] -> Enter the name of the user you want to crawl!!!
-
Result Data