Skip to content

eric-wieser/raven-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raven-client

A requests adapter to automatically login to the Cambridge University Raven Login

Example usage:

import ravenclient
import requests

s = requests.Session()
s.mount(ravenclient.auth_url, ravenclient.HTTPAdapter('efw27', 'mypassword'))

r = s.get('http://www3.eng.cam.ac.uk/exams/results/2012/pt1a.html')

print r.text[:600]

About

A python requests adapter to automatically login to the Cambridge University Raven Login

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages