Skip to content

vnegi10/GitHub_data_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GitHub_data_analysis

In this Pluto notebook, we will analyze software development activity within the Julia ecosystem by making use of the GitHub API. Information such as number of contributors, forks, commits, open and closed issues is collected, and visualized for various popular packages. GitHub.jl provides the Julia interface to the API.

Access token

You will need to create a personal access token for API authentication. Instructions to do so can be found here.

How to use?

Install Pluto.jl (if not done already) by executing the following commands in your Julia REPL:

using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run() 

Clone this repository and open GitHub_API_notebook.jl in your Pluto browser window. That's it! You are good to go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages