Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jnascim committed Jul 26, 2015
1 parent b51f3be commit 4e159f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -6,7 +6,7 @@
import simplejson

# retrieve a page
base_url = 'http://search.twitter.com/search.json?q='
base_url = 'https://twitter.com/search?q='
q = '&ors=floripa'
options = '&rpp=100&page='
page = 1
Expand All @@ -29,4 +29,4 @@
print str(page) + ' paginas scrapeadas'
break



0 comments on commit 4e159f3

Please sign in to comment.