2017 © Pedro Peláez
 

library transavia-scraper

Transavia.com Flights Information Scraper

image

projectivemotion/transavia-scraper

Transavia.com Flights Information Scraper

  • Thursday, January 26, 2017
  • by projectivemotion
  • Repository
  • 1 Watchers
  • 1 Stars
  • 540 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Transavia-Scraper

Transavia Airline Flights Price Scraper Build Status, (*1)

Last Verified: 2017-01-25, (*2)

Use at your own risk!

Manual Installation

git clone https://github.com/projectivemotion/transavia-scraper.git
cd transavia-scraper && composer update

Composer Installation

composer require projectivemotion/transavia-scraper

Requirements

PHP 5.6

Usage

See demo/ directory. for an example, (*3)

Usage: demo/transavia.php BCN MUC 2017-03-26 2017-03-30, (*4)

$ php -f demo/transavia.php BCN MUC 2017-03-26 2017-03-30
Using Parameters: BCN - MUC / 2017-03-26 - 2017-03-30

{
    "outbound": {
        "HV9656": {
            "flight_number": "HV9656",
            "departure_time": "9:30",
            "arrival_time": "11:40",
            "currency": "€",
            "price": "46"
        }
    },
    "inbound": {
        "HV9655": {
            "flight_number": "HV9655",
            "departure_time": "13:00",
            "arrival_time": "15:05",
            "currency": "€",
            "price": "46"
        }
    }
}

License

The MIT License (MIT), (*5)

Copyright (c) 2017 Amado Martinez, (*6)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*7)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*8)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*9)

The Versions

26/01 2017

dev-master

9999999-dev

Transavia.com Flights Information Scraper

  Sources   Download

MIT

The Requires

 

The Development Requires

airline scraper transavia