Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 739 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 739 Bytes

GithubWrapped

Install Instructions

Setup virtual env

conda create -n githubwrapped python-3.6 anaconda 
conda activate githubwrapped

Install requirments

pip install -r requirments.txt

Install GCP

Go through steps here for your OS / container

Setup GCP

gcloud auth application-default login
gcloud services enable bigquery.googleapis.com
gcloud services list

Obtaining Github Access Token

Project Goals??

Resources