Skip to content

Commit bab6d7a

Browse files
authored
Merge branch 'master' into improve_reproducib
2 parents 4142697 + 59ac97f commit bab6d7a

File tree

2 files changed

+37
-29
lines changed

2 files changed

+37
-29
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Motivation behind this project: http://third-bit.com/2017/09/30/git-graphs-and-e
1717

1818
- Proposal [Report](https://github.com/UBC-MDS/RStudio-GitHub-Analysis/blob/master/docs/proposal_presentation/proposal_report_final.pdf) and [Presentation](https://github.com/UBC-MDS/RStudio-GitHub-Analysis/blob/master/docs/proposal_presentation/proposal_presentation.html)
1919

20-
- Final [Report](https://github.com/UBC-MDS/RStudio-GitHub-Analysis/blob/master/docs/final_presentation/final_report.pdf) and [Presentation](https://github.com/UBC-MDS/RStudio-GitHub-Analysis/blob/master/docs/final_presentation/final_presentation.html)
20+
- [Final Report](https://github.com/UBC-MDS/RStudio-GitHub-Analysis/blob/master/docs/final_presentation/final_report.pdf) and [Presentation](https://github.com/UBC-MDS/RStudio-GitHub-Analysis/blob/master/docs/final_presentation/final_presentation.html)
2121

22-
- [Blog post](https://ubc-mds.github.io/RStudio-GitHub-Analysis/)
22+
- [Blog](https://ubc-mds.github.io/RStudio-GitHub-Analysis/)
2323

2424
## Usage
2525
PLACEHOLDER
@@ -28,11 +28,15 @@ PLACEHOLDER
2828
From the root directory, run:
2929

3030
```{bash}
31-
python src/big_cloud_scratch.py
31+
python src/python src/github_analysis/main.py -dp "/home/rayce/Assignments/Capstone/RStudio-Data-Repository/clean_data/commits_by_org.feather".py
3232
```
3333

3434
## Installation instructions
3535
To get credentials file for GitHub Torrent Google Cloud (necessary for re-running the pipeline to generate images):
3636

3737
- Follow the instructions here to create and download a credentials file: https://developers.google.com/adwords/api/docs/guides/authentication#generate_oauth2_credentials
38-
- Change the name of the file to `credentials_file.json` and put it in the root directory of the project (a sample file with the same name is included as a reference).
38+
- Change the name of the file to `credentials_file.json` and put it in the root directory of the project (a sample file with the same name is included as a reference).
39+
40+
41+
## Data Repository
42+
[RStudio-Data-Repository](https://github.com/UBC-MDS/RStudio-Data-Repository)

0 commit comments

Comments
 (0)