Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madis/flatcrawl
Clojure app for crawling apartment information from http://kv.ee
https://github.com/madis/flatcrawl
clojure crawler real-estate webapp
Last synced: 29 days ago
JSON representation
Clojure app for crawling apartment information from http://kv.ee
- Host: GitHub
- URL: https://github.com/madis/flatcrawl
- Owner: madis
- Created: 2017-08-08T05:32:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T06:34:35.000Z (over 7 years ago)
- Last Synced: 2024-11-12T23:36:21.268Z (3 months ago)
- Topics: clojure, crawler, real-estate, webapp
- Language: Clojure
- Size: 265 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flatcrawl
[![CircleCI](https://circleci.com/gh/madis/flatcrawl.svg?style=svg)](https://circleci.com/gh/madis/flatcrawl)
Clojure app for crawling apartment information from http://kv.ee
> Using this project to learn more about Clojure with the possibility that it
> might grow into something more useful## Example
Search results look like:
![Small search results](doc/images/small-search-results.png)Flatcrawl gives you:
```clojure
flatcrawl.import-test=> (take 3 (get-titles (html/html-resource "fixtures/search_results_page-1.html")))
("1. Harjumaa, Tallinn, Kristiine, Sõpruse pst 29"
"2. Harjumaa, Tallinn, Kristiine, Lilleküla, Kuldnoka 13"
"3. Harjumaa, Tallinn, Kesklinn, Pärnu mnt 135")
```