public
Description: Small RDF python scraper for gumtree ads (include geocoding)
Clone URL: git://github.com/moustaki/flatscrap.git
Search Repo:
moustaki (author)
Mon Mar 10 08:29:17 -0700 2008
commit  b5a5358a5e39612d4fe7fe7f5543526761d622a8
tree    e3d2a0909652752e7fcccd50196447ae831fe01a
parent  46b9b83c496cd25fd4c1a625752a5f388616ebc2
flatscrap / README
100644 8 lines (7 sloc) 0.269 kb
1
2
3
4
5
6
7
8
./SingleScrap.py <gumtreeurl> <outputfile>
eg.
./SingleScrap.py http://www.gumtree.com/london/93/21153193.html test.rdf
 
./BatchScrap <gumtreerss> <jsonfile>
eg.
./BatchScrap http://www.gumtree.com/london/3.xml flatscrap.js
(Exhibit JSON working with flatscrap.html)