python-oxweb/README

21 lines
542 B
Plaintext
Raw Normal View History

2008-07-03 09:21:18 +00:00
python-oxweb the internet is a dict
2008-04-28 09:53:36 +00:00
Depends:
python2.5
python-ox (bzr branch http://code.0xdb.org/python-ox)
2008-04-28 09:53:36 +00:00
python-beautifulsoup (http://www.crummy.com/software/BeautifulSoup/)
python-feedparser (http://www.feedparser.org/)
2008-10-07 21:07:49 +00:00
(there seam to be some issues if not using the one from ubuntu/debian)
2008-05-05 18:33:23 +00:00
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"
}
2008-05-05 18:33:23 +00:00
Test:
nosetests --with-doctest web