Skip to content

wbien/scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Scraper - test project

Super Scraper scrap the Unite Students site for properties and rooms data

Install

clone code form github

$ git clone https://github.com/wbien/scraper.git

install dependencies

$ cd scraper
$ composer install

Usage

default csv output

$ cd app
$ php scraper.php

to output json, use:

$ php scraper.php -f json

Approach

Using ready components as possible, and try to keep project as simple as possible with OOP approach. Due to too enthusiastic decision and time limitation, test will be available in next iteration.

About

Test project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages