Skip to content

Commit

Permalink
Replace scraper with PHP one by @LoveMyData
Browse files Browse the repository at this point in the history
  • Loading branch information
henare committed Nov 30, 2015
1 parent 97d11e7 commit a914848
Show file tree
Hide file tree
Showing 8 changed files with 9,280 additions and 52 deletions.
8 changes: 8 additions & 0 deletions README.md
@@ -0,0 +1,8 @@
Bankstown City Council Scraper
------------------------------

Bankstown City 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 Bankstown City Council !!!

However, the lack of HTML class, id, etc to identify the data, it requires a few 'explode' in PHP to get the right information.

Still, not bad...Thanks and Enjoy
15 changes: 15 additions & 0 deletions composer.json
@@ -0,0 +1,15 @@
{
"repositories": [
{
"url": "https://github.com/openaustralia/scraperwiki-php.git",
"type": "git"
}
],
"require": {
"openaustralia/scraperwiki": "dev-morph_defaults",
"ext-sqlite3": "*",
"ext-pdo_sqlite": "*",
"ext-gd": "*",
"ext-mbstring": "*"
}
}
39 changes: 39 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a914848

Please sign in to comment.