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
- Host: GitHub
- URL: https://github.com/neurrone/cs3219-assignment-4-git-hub-viz
- Owner: Neurrone
- Created: 2017-03-17T08:57:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T13:10:21.000Z (about 8 years ago)
- Last Synced: 2025-02-13T03:27:34.913Z (3 months ago)
- Language: JavaScript
- Size: 106 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.