Skip to content

Commit

Permalink
Update scraper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika-Krzykawska committed Jun 30, 2017
1 parent f734e78 commit 78679bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.rb
Expand Up @@ -43,8 +43,8 @@
url = 'https://publicaccess.westoxon.gov.uk/online-applications/search.do?action=advanced&searchType=Appeal' #link to the advanced search page on the local authority website
url_beginning = "https://publicaccess.westoxon.gov.uk" #the first bit of the url (ending with "gov.uk")
council = "West_Oxfordshire" #specify the council name
startDate = "01/07/2014" #specify decision date start
endDate = "31/12/2014" #specify decision date end
startDate = "01/01/2015" #specify decision date start
endDate = "31/12/2015" #specify decision date end

# this is to instantiate a new mechanize object
agent = Mechanize.new
Expand Down

0 comments on commit 78679bb

Please sign in to comment.