I hereby claim:
- I am kcranston on github.
- I am kcranstn (https://keybase.io/kcranstn) on keybase.
- I have a public key ASDToFvPm9f1d3BK6NvfUVaE5Yzd2JKNpf9Q4IIA_nDFnwo
To claim this, I am signing this object:
| import requests | |
| client_id = "Iv1.8df72ad9560c774c" | |
| header = {"Content-Type": "application/json", "Accept": "application/json"} | |
| # Step 1 | |
| payload1 = {"client_id": client_id,} | |
| r = requests.post( | |
| 'https://github.com/login/device/code',headers=header,json=payload1 | |
| ) |
I hereby claim:
To claim this, I am signing this object:
Notes for software engineering meeting presentation
| import codecs | |
| import csv | |
| import peyotl.ott as ott | |
| ott_loc = "path-to-ott" | |
| taxonomy = ott.OTT(ott_loc) | |
| ott_names = taxonomy.ott_id_to_names | |
| ott_parents = taxonomy.ott_id2par_ott_id | |
| ott_filename = "ott.csv" |