We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec13fdb commit ef5eac9Copy full SHA for ef5eac9
README.md
@@ -1,5 +1,9 @@
1
# daft-scraper
2
3
+A python library for scraping housing data from Daft.ie.
4
+
5
+_Inspired by the wonderful [daftlistings library](https://github.com/AnthonyBloomer/daftlistings)._
6
7
[](<LINK>)
8
9
- [daft-scraper](#daft-scraper)
@@ -50,6 +54,8 @@ for listing in listings:
50
54
51
55
# Using the CLI
52
56
57
+The CLI is included as an easy way for me test things and get some quick results :) Let me know if you have any suggestions!
58
53
59
To install the CLI, clone the repo and install the dependencies with `make install`.
60
61
```
0 commit comments