public
Description: Small RDF python scraper for gumtree ads (include geocoding)
Clone URL: git://github.com/moustaki/flatscrap.git
Search Repo:
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])