Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```