public this repo is viewable by everyone
Description: Small RDF python scraper for gumtree ads (include geocoding)
Clone URL: git://github.com/moustaki/flatscrap.git
commit  102ef28e58945239a4b62f0d0a11bd4e6cfba8f8
tree    609deb7d55499311853eda561e6d10e502509a57
parent  b5a5358a5e39612d4fe7fe7f5543526761d622a8
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)