Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylvian authored Apr 29, 2019
1 parent 7c32716 commit 0a2e4d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ Log into the Google Developers Console with the Google account whose spreadsheet
Go to the **Credentials** for your project and create **New credentials > OAuth client ID >** of type **Other**. In the list of your OAuth 2.0 client IDs click Download JSON for the Client ID you just created. Save the file as `client_secret.json` in your home directory (user directory).

Upon initial exectuion, follow the prompted terminal instructions.


Then run this in a Python script or terminal:

```
from py_googlesheets_grading import Grader
Grader().grade_students()
```

0 comments on commit 0a2e4d2

Please sign in to comment.