Google place event crawler

From 탱이의 잡동사니
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

Google place event crawler. 구글 장소 이벤트 검색 후, 지정된 포럼으로 Insert 하는 미디어위키 모듈

Status

프로젝트 중단.

Basic

Basic sequence.

* curl google event 검색 후 결과 내용 다운로드.
* 이벤트 내용 파싱.
* 결과 내용 파일 검색(이미 있는 내용인지 확인). grep $NEW_EVENT
* 없는 새로운 내용이면 포럼에 추가(forum API 사용)
* echo $NEW_EVENT >> $TEMP_FILENAME

Parameters

* Interval <sec> : 크롤링 interval time.
* Places ["place1", "place2", ...]
* Target forum
* Title <Year> <Month> <day> <place> <name> : 순서 변경과 같이 조합 가능해야 함.
* Description : 간단한 이벤트 내용 소개