An open API service indexing awesome lists of open source software.

https://github.com/neurrone/cs3219-assignment-4-git-hub-viz


https://github.com/neurrone/cs3219-assignment-4-git-hub-viz

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CS3219-Assignment-4-GIT-Hub-Viz

## Fetching data

Python script uses github API to get data for first 2 questions.

Third question requires using the command

```sh
git log --since='1 jan 2016 00:00' --before='1 feb 2016' --pretty=format:'%an, %at' > q3.csv
```

to get the raw data first.