Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.53 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.53 KB

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.