Skip to content

Instantly share code, notes, and snippets.

@mbarrerar
Created December 18, 2013 17:48
Show Gist options
  • Save mbarrerar/8026716 to your computer and use it in GitHub Desktop.
Save mbarrerar/8026716 to your computer and use it in GitHub Desktop.
Api Sence Python Call
import requests
payload = {'codigoSence': '1237485855', 'rutAlumno': '16525953', 'claveAlumno': 'GF123456', 'rutOtec': '78525955', 'claveOtec': '1965ASR' ,'estadoActividad': '1'}
r = requests.get('http://elearningtest.sence.cl/api/CursoApi',params=payload)
print r.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment