Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 831 Bytes

File metadata and controls

28 lines (21 loc) · 831 Bytes

크롤링 알림

Service

특정 타겟 URL 에 설정된 주기에 따라 내가 원하는 정보가 존재하면, 카카오 API 메시지 기능을 통해 '나와의 채팅' 으로 메시지를 보내주는 모듈.

A module that sends a message through 'chat with me' through the Kakao API message function if the information I want exists according to the period set in a specific target URL.

Required

//https://developers.kakao.com/console/app
Kakao API Application

//https://developers.kakao.com/tool/rest-api/open/post/v2-api-talk-memo-default-send
Kakao API Access Token

//npm install cheerio request
cheerio
request

How to Start

node server.js

Result

capture_20220913_130146013