public
Description: Small RDF python scraper for gumtree ads (include geocoding)
Clone URL: git://github.com/moustaki/flatscrap.git
Search Repo:
flatscrap / README
100644 8 lines (7 sloc) 0.273 kb
1
2
3
4
5
6
7
8
./SingleScrape.py <gumtreeurl> <outputfile>
eg.
./SingleScrape.py http://www.gumtree.com/london/93/21153193.html test.rdf
 
./BatchScrape <gumtreerss> <jsonfile>
eg.
./BatchScrape http://www.gumtree.com/london/3.xml flatscrap.js
(Exhibit JSON working with flatscrap.html)