Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveMyData committed Aug 27, 2018
1 parent a9f241e commit c66735e
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Hornsby Shire Council Scraper
-----------------------------

Hornsby Shire Council site is very easy to scrape, only need to scape a single page to get the entire month of DAs. No pagination, yay... Three cheers to this council !!!
This site is a typical .NET site involves the followings.

However, the lack of HTML class, id, etc to identify the data, it requires a few 'explode' in PHP to get the right information.
* Server - XC.Track
* Cookie - No
* User-Agent - Maybe
* RSS - Yes

By default: it will look for 'thisweek' of DAs, for data recovery you can set the MORPH_PERIOD=thismonth or MORPH_PERIOD=lastmonth
Setup MORPH_PERIOD for data recovery, available options are

Still, not bad...Thanks and Enjoy
* thisweek (default)
* thismonth
* lastmonth

Enjoy

0 comments on commit c66735e

Please sign in to comment.