Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 650 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 650 Bytes

Ch33 整合 LINE 的爬蟲通知,專案大功告成!

專案使用提醒

  1. 如果是 Windows 需下載與你 Chrome 版本相同的 chrome driver 放在專案根目錄
  2. 請將申請好的 Google Sheets API 憑證放到「tools/google_sheets」資料夾內
  3. 調整「.env」檔,填上 IG/FB 登入資訊、自己的 SPREADSHEET_ID、LINE_TOKEN 資訊
  4. 調整「fan_pages」資料夾內的 json 檔,修改成自己目標爬蟲的粉專網址
  5. 記得先在終端機輸入yarn將套件安裝
  6. 套件安裝完後在終端機輸入yarn start即可執行(Windows 請輸入yarn win_start