Skip to content

Instantly share code, notes, and snippets.

@ankona
Created July 31, 2014 17:38
Show Gist options
  • Save ankona/de82290a3d577192fff4 to your computer and use it in GitHub Desktop.
Save ankona/de82290a3d577192fff4 to your computer and use it in GitHub Desktop.
open remote env in python
from lib.remoteapi import env_picker
from models import Course
env_picker()
# enter the info that it asks you to enter
for course in Course.query():
print course.session_opaqueID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment