sophiebits / khan-api

Documentation for (and examples of) using the Khan Academy API

Home Page:http://www.khanacademy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Khan Academy API Documentation and Examples

Documentation

Examples

All example code is MIT licensed.

  1. python test.py
  2. Enter your consumer key and secret
  3. Enter the Khan Academy url you want to test against (unless you're running a local version, this'll be http://www.khanacademy.org)
  4. A browser will pop up for you to walk through the authentication flow. When done, it will redirect you to a page that says "Ok" and in the URL there will be two parameter values you need: oauth_token and oauth_token_secret.
  5. Go back to the test.py command line and enter your new token and secret.
  6. You'll now have a loop that lets you run Khan Academy API queries, authenticated as the user you logged in as.
  7. Examples:

About

Documentation for (and examples of) using the Khan Academy API

http://www.khanacademy.org


Languages

Language:JavaScript 74.7%Language:Python 25.3%