Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 587 Bytes

File metadata and controls

27 lines (18 loc) · 587 Bytes

#My Personal Teaching Assistant#

##Setup##

Install the following:

##Getting Started##

  • Setup up an account with Google Cloud API and a project with billing
  • Initialize gcloud
gcloud init
  • Get auth key
gcloud auth activate-service-account --key-file=@YOUR-KEY-FILE-PATH
gcloud auth print-access-token
  • To see how a syllabus is parsed, replace @YOUR-ACCESS-TOKEN with your auth key and run scripts/parse-syllabus.sh