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.

first install method

# /usr/local/bin/python2.4 setup.py sdist bdist_egg # easy_install-2.4 nestoria-0.2-py2.4.egg

second install method

# 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

nestoria-0.2.tar.gz (5.1 kB view hashes)

Uploaded Source

nestoria-0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distributions

nestoria-0.2-py2.4.egg (7.8 kB view hashes)

Uploaded Source

nestoria-0.1-py2.4.egg (5.3 kB view hashes)

Uploaded Source

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