Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mariannediaz committed Jul 20, 2016
1 parent 1e21cfa commit ca38041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -7,7 +7,7 @@
import urllib2


QUERY = 'aras11 OR aras OR president'
QUERY = 'lorenzo mendoza OR @lorenzomendozag'
GEOINFO = '53.26521293124656,-9.063720703125,257km'
RESULTS_PER_PAGE = '100'
LANGUAGE = 'en'
Expand All @@ -28,4 +28,4 @@
except:
print 'Oh dear, failed to scrape %s' % base_url



0 comments on commit ca38041

Please sign in to comment.