Last active
August 29, 2015 14:18
-
-
Save caseysoftware/2f25f828e6f8c65686e2 to your computer and use it in GitHub Desktop.
This is used to help students load their class lectures into Clarify. The full description is here: http://clarify.io/blog/a-study-hint-for-final-exams/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from clarify_python import clarify | |
| clarify.set_key('my api key') | |
| clarify.create_bundle(name='TEDGlobal 2013: How reliable is your memory?', media_url='http://media.clarify.io/video/presentations/ElizabethLoftus_TEDxGlobal2013-480p.mp4') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment