The Wayback Machine - https://web.archive.org/web/20200922092314/https://github.com/HwangDongJun/CommitRanking
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

CommitRanking

Rank the number of commits in the github repository of the specified user.

  1. Using Interface

    • Rest API
    • GraphQL API
  2. Using Language

    • Python 3.5.2
  3. Reference site

  4. 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
  5. Output Type

    • Rank [count] -> UserName: [UserName] | Count: [CommitCount] | RepositoryName: [RepositoryName] | UpdatedAt: [LastUpdatedTime]
  6. Result Data result_img

  7. Draw Bar/Pie Chart

  • Change Input Format
    input_format

  • Bar Chart
    draw_chart_img

  • Pie Chart
    pie_chart


**Due to the large differences between the data, the pie chart showed 0% in part. Some modifications have been made.**

Github User EventData

Navigate to your events independently of the RankingCommit.

  1. 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!!!
  2. Result Data

result_event_img

  1. Draw Radar Chart
    • The position of the value displayed in the radar chart is random draw_radar_chart

The data for output is a random user in Github.

You can’t perform that action at this time.