Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 381 Bytes

File metadata and controls

9 lines (5 loc) · 381 Bytes

GithubAPI-DataVisualisation

Software Engineering CSU-33012 Project.

Overview of files

DataCollection : Calling Github API using python requests and collecting data on github user profile and repositories. Data is then saved in two .csv files namely commits_info and repos_info.

DataVis : Uses Python's seaborn and matplotlib libraries to represent data in the two CSV files.