No description
Find a file
2009-09-07 21:25:48 +02:00
oxweb copy headers 2009-09-07 21:25:48 +02:00
README use copy of default headers before changing it, user ~/.ox/auth.json for cookies and other user credentials 2009-08-21 15:04:28 +02:00
setup.py remove bs dep fails to install 2008-12-12 13:20:36 +01:00

python-oxweb the internet is a dict

Depends:
 python2.5
 python-oxlib (bzr branch http://code.0xdb.org/python-oxlib)
 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 oxweb