projectivemotion / aegeanair-scraper
Airfare and Flight Information Scraper for Aegean Airlines
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
Requires
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2025-01-13 16:04:41 UTC
README
Aegean Airline Flights Price Scraper
Last Verified: 2017-02-04
Use at your own risk!
- I am not responsible for your use of this software.
- Please do not abuse!
- Check out my other projects: Blueair-Scraper, Transavia-Scraper, Wizzair-Scraper, Hotelscom-Scraper, EasyJet-Scraper, Planitour-Scraper, Xgbs-Soap Client
Manual Installation
git clone https://github.com/projectivemotion/aegeanair-scraper.git
cd aegeanair-scraper && composer install --no-dev
Composer Installation
composer require projectivemotion/aegeanair-scraper
Requirements
PHP 5.6
Usage
See demo/
directory. for an example
Usage: demo/aegean.php AMS ATH 2017-03-26 2017-03-30
/tmp/tmp.iWjNnzYD9K/aegean-scraper $ php -f demo/aegean.php ATH PRG $(date -d 'next month' +%Y-%m-25) $(date -d 'next month' +%Y-%m-27) --table
from |to | flex|business| light|flights
ATH |PRG |2017-03-25T09:15:00+00:00|158.89 EUR|382.89 EUR|123.89 EUR|A3864
PRG |ATH |2017-03-27T15:45:00+00:00|150.66 EUR|374.66 EUR|115.66 EUR|A3865
License
The MIT License (MIT)
Copyright (c) 2017 Amado Martinez
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:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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.