Skip to content

A library that enables programmatic interaction with daft.ie. Daft.ie has nationwide coverage and contains about 80% of the total available properties in Ireland.

License

Notifications You must be signed in to change notification settings

Mohammed-A-Hassan/daftlistings

 
 

Repository files navigation

daftlistings

daftlistings enables programmatic interaction with daft.ie Daft.ie has nationwide coverage and contains about 80% of the total available properties in Ireland.

Installation

daftlistings is available on the Python Package Index (PyPI).

You can install daftlistings using pip.

$ virtualenv env
$ source env/bin/activate
$ pip install daftlistings

Usage

from daftlistings import Daft

daft = Daft()

listings = daft.get_listings()

for listing in listings:
    print(listing.get_formalised_address())
    print(listing.get_daft_link())
    print(listing.get_price())
    print(' ')

For more code examples, check out the documentation.

About

A library that enables programmatic interaction with daft.ie. Daft.ie has nationwide coverage and contains about 80% of the total available properties in Ireland.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%