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 / SingleScrape.py
100755 7 lines (6 sloc) 0.117 kb
1
2
3
4
5
6
7
#!/usr/bin/python
import sys
from FlatScrape import *
 
fs = FlatScrape(sys.argv[1])
fs.scrape()
fs.out(sys.argv[2])