A python requests adapter to automatically login to the Cambridge University Raven Login
Project description
A requests adapter to automatically login to the Cambridge University Raven Login
Example usage:
import raven
import requests
s = requests.Session()
s.mount(raven.auth_url, raven.HTTPAdapter('efw27', 'mypassword'))
r = s.get('http://www3.eng.cam.ac.uk/exams/results/2012/pt1a.html')
print r.text[:600]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ravenclient-0.4.zip
(2.1 kB
view details)
File details
Details for the file ravenclient-0.4.zip
.
File metadata
- Download URL: ravenclient-0.4.zip
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cb7fc6a3798742bd988a74a9bcf65e69539484277247b89fb34a8554c0e9493 |
|
MD5 | d5250bd62e84b563e079815885168863 |
|
BLAKE2b-256 | a53b2d4d60f2fb00507154121950787a22e7945afac69e8220b3c9c1c2956c2a |