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