Skip to content

hsingh23/khan-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published