Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanroll/inn-crawler
Crawler for Inn
https://github.com/ryanroll/inn-crawler
Last synced: about 8 hours ago
JSON representation
Crawler for Inn
- Host: GitHub
- URL: https://github.com/ryanroll/inn-crawler
- Owner: RyanRoll
- Created: 2024-06-18T08:28:32.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T07:45:22.000Z (6 months ago)
- Last Synced: 2024-11-05T20:10:44.601Z (about 2 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 第一次請安裝 - 新手
1. NodeJS 下載後並安裝 [https://nodejs.org/](https://nodejs.org/)
2. 下載 GIT [https://www.git-scm.com/downloads](https://www.git-scm.com/downloads)
3. 下載程式並解壓縮: [https://github.com/RyanRoll/inn-crawler/archive/refs/heads/master.zip](https://github.com/RyanRoll/inn-crawler/archive/refs/heads/master.zip)
4. 使用命令字元進入該資料夾 inn-crawler
5. 執行 $ npm install## 更新程式 - 新手
1. 再次下載程式並解壓縮: [https://github.com/RyanRoll/inn-crawler/archive/refs/heads/master.zip](https://github.com/RyanRoll/inn-crawler/archive/refs/heads/master.zip)
2. 使用命令字元進入該資料夾 inn-crawler
3. 執行 $ npm install## 下載程式 - 如果你會 GIT 並下載好 NodeJS 和 GIT
1. $ git clone https://github.com/RyanRoll/inn-crawler.git
2. $ cd inn-crawler
3. $ npm install## 更新程式 - 如果你會 GIT
1. $ git pull
2. $ npm install## 執行爬蟲
```bash
// 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
```