Go to file
j ca04c17c95 python-oxweb is deprecated, use python-ox 2011-03-10 14:49:32 +01:00
oxweb cleanup 2010-08-24 19:08:03 +02:00
README depend on ox, install as ox.web, migrate getUrl to readUrl 2009-10-12 13:47:43 +02:00
_DEPRECATED_use_python-ox python-oxweb is deprecated, use python-ox 2011-03-10 14:49:32 +01:00
requirements.txt back to oxlib, package_dir does not work with pip/python setup.py develop 2009-10-12 17:18:59 +02:00
setup.py back to oxlib, package_dir does not work with pip/python setup.py develop 2009-10-12 17:18:59 +02:00

README

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