Pyubcookie 0.1 A transparently pubcookie-aware http library for Python/Twisted No real documentation. Read the code. It's short. One important note, though: You can either specify credentials in your code (bad idea), or create a .pubcookie dotfile in your home directory, of the following format: Username netid Password password Root https://weblogin.washington.edu/ (The 'Root' setting is optional, and is only really useful for those using pyubcookie in a non-UW environment) If you don't specify credentials in a dotfile, the PubcookieSession constructor will yell at you for not passing in your credentials. Otherwise, it will be perfectly content with no parameters.