Giter Club home page Giter Club logo

findhotelonmytrip's Introduction

FindHotelOnMyTrip

介紹

FindHotelOnMyTrip 是一個方便的訂飯店利器,
使用者選定飯店與多個指定日期, 執行後即可連續開啟多個Agoda分頁, 讓使用者比較出最便宜的飯店期間!

Demo on ubuntu.
demo

Youtube Demo

安裝相依套件

安裝必要的第三方套件

  • PyQt5
pip3 install -r requirements.txt

如何使用 findAgoda-gui.py

執行程式

./findAgoda-gui.py

or

python3 findAgoda-gui.py

選取飯店與選定日期按Add後再按Search

如何使用 findAgoda.py

修改 findAgoda.py 內 的hotel_name、 city、start_date_array 和 end_date_array 變數
之後執行本程式

./findAgoda.py

or

python findAgoda.py

就會自動連續開啟選定的飯店與選定日期的頁面!

例如:

以下修改範例為選定 "日本福岡" 的 "東橫INN博多口站前",
日期選定 "2017-10-20 ~ 2017-10-21",
"2017-10-21 ~ 2017-10-22",
"2017-10-22 ~ 2017-10-23" 這三種日期組合.

hotel_name="toyoko-inn-hakata-guchi-ekimae" # 東橫INN博多口站前
city="fukuoka-jp" # 福岡
start_date_array = (
  '2017-10-20',
  '2017-10-21',
  '2017-10-22' )
end_date_array = (
  '2017-10-21',
  '2017-10-22',
  '2017-10-23' )

使用者可自行新增各種日期的組合來查詢, 藉此找到最便宜的飯店期間!

系統需求

findAgoda.py => Python2/3
findAgoda-gui.py => Python3

開發環境

Python

License

FindHotelOnMyTrip is published under the MIT license.

findhotelonmytrip's People

Contributors

shengyu7697 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.