- NodeJS 下載後並安裝 https://nodejs.org/
- 下載 GIT https://www.git-scm.com/downloads
- 下載程式並解壓縮: https://github.com/RyanRoll/inn-crawler/archive/refs/heads/master.zip
- 使用命令字元進入該資料夾 inn-crawler
- 執行 $ npm install
- 再次下載程式並解壓縮: https://github.com/RyanRoll/inn-crawler/archive/refs/heads/master.zip
- 使用命令字元進入該資料夾 inn-crawler
- 執行 $ npm install
下載程式 - 如果你會 GIT 並下載好 NodeJS 和 GIT
- $ git clone https://github.com/RyanRoll/inn-crawler.git
- $ cd inn-crawler
- $ npm install
- $ git pull
- $ npm install
// pass is required to send an email
// for 長野 (預設)
$ npm start "QQQQ QQQQ CCCC HHHH"
// for 愛知
$ npm start "QQQQ QQQQ CCCC HHHH" 30
// 完整參數
// or with parameters pass="", sel_area=27, sel_area_txt=長野, intervalTime=300 // 300 is 5 minutes
$ npm start "QQQQ QQQQ CCCC HHHH" 27 長野 300