jeancsil/flight-spy 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jeancsil/flight-spy

Composer 安装命令:

composer require jeancsil/flight-spy

包简介

Watch as much flights you want and get notified for YOUR budget. (E-mail and Slack).

README 文档

README

Flight Spy

Scrutinizer Code Quality Build Status Latest Stable Version GitHub license Twitter

Looking for the cheapest flights and don't have enough time to track all the prices?

Be notified whenever the budget you're looking for pops up by only declaring a simple JSON file!

[
  {
    "from": "FRA-sky",
    "to": "GRU-sky",
    "search-period-from": "2017-07-01",
    "search-period-to": "2017-07-31",
    "search-period-travel-days": 20,
    "max-price": "650",
    "currency": "EUR",
    "country": "DE",
    "locale": "de-DE",
    "adults": "1",
    "children": "1"
  }
]

Prerequisites

Create your account at Skyscanner to get your API access. Don't worry, it's for free! http://en.business.skyscanner.net/

To receive notifications by Slack you'll have to create one account here: https://slack.com/

If you also want to receive e-mails create a free account at https://postmarkapp.com/

Install with docker

Rename the src/Resources/parameters.yml.dist to src/Resources/parameters.yml and update the content with the data from the previous step.

Rename the docker/volume/watch.json.dist to docker/volume/watch.json and fill with your next trips!

$ git clone https://github.com/jeancsil/flight-spy.git
$ docker-compose up -d

Create your elasticsearch index to hold your history data

PUT /flightspy
{
  "settings": {
    "number_of_replicas": 0,
    "number_of_shards": 1
  },
  "mappings": {
    "history": {
      "properties": {
        "Creation": {
          "type": "date"
        },
        "SessionKey": {
          "type": "keyword"
        }
    .......
    HERE GOES THE CONTENT OF THIS FILE:
    https://github.com/jeancsil/flight-spy/blob/master/src/Resources/elasticsearch/mappings.json
  }
}

Configure kibana index pattern

Browse to this url: http://localhost:5601/

In the first screen, kibana will ask you to create the index pattern to show you some data.

You can fill your index name: flightspy or flightstpy*

Visualize your watched prices with Kibana

alt text

Import the src/Resources/kibana/Dashboard.json file into your kibana dashboards panel: http://localhost:5601/app/kibana#/management/kibana/objects

Documentation

FlightSpy will look for the best deals for you every 15 minutes and will let you know by e-mail/Slack if there is a good price for you next trip!

Support

For general support and questions, find me on Twitter as @jeancsil.

Bugs and suggestions: open a ticket.

License

This package is available under the MIT license.

统计信息

  • 总下载量: 23
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 181
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 180
  • Watchers: 9
  • Forks: 26
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-09-22

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固