python-oxweb/README

21 lines
542 B
Plaintext

python-oxweb the internet is a dict
Depends:
python2.5
python-ox (bzr branch http://code.0xdb.org/python-ox)
python-beautifulsoup (http://www.crummy.com/software/BeautifulSoup/)
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 web