use copy of default headers before changing it, user ~/.ox/auth.json for cookies and other user credentials

This commit is contained in:
j 2009-08-21 15:04:28 +02:00
commit 5109243163
4 changed files with 41 additions and 5 deletions

9
README
View file

@ -7,5 +7,14 @@ Depends:
python-feedparser (http://www.feedparser.org/)
(there seam to be some issues if not using the one from ubuntu/debian)
Install:
python setup.py install
some modules require user accont information or cookies to work,
those are saved in ~/.ox/auth.json, most basic form looks like this:
{
"key": "value"
}
Test:
nosetests --with-doctest oxweb