Skip to main content

Wrapper for www.nestoria.co.uk API

Project description

This module implements functions for harvesting data from www.nestoria.co.uk through the public API.

install from egg

# easy_install-2.4 nestoria-0.2-py2.4.egg

install from source

# tar -zxvf nestoria-0.2.tar.gz

# cd nestoria-0.2

# /usr/local/bin/python2.4 setup.py install

test the installation

# /usr/local/bin/python2.4

>>> from nestoria import nestoria
>>> myNestoria = nestoria.Nestoria()
>>> result_list =  myNestoria.search_listings(place_name='Soho',
number_of_results='20', listing_type='buy', property_type='all', price_max='',
price_min='', bedroom_max='',bedroom_min='')
>>> for r in result_list:
...     print r
...     print "--

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page