Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyj5 committed Dec 31, 2015
1 parent 6d687d6 commit b2a3824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -5,13 +5,13 @@

FormatList = ["Managed","Native", "Mobile", "iPad", "iPhone","Android", "Salesforce1","Lightning Ready"]
FilterList = ["9","6","10","11","12","13","14","15"]
URLRoot = "https://appexchange.salesforce.com/results?pageNo={0}&filter="

for Filter0 in FilterList:
print count
for page in range(1,40):
URLPath = URLRoot.format(str(page))
URL = URLPath+Filter0
print URL

html = scraperwiki.scrape(URL)
scrape_data = scrape("""
Expand Down

0 comments on commit b2a3824

Please sign in to comment.