Google place event crawler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Google event | Google place event crawler. 구글 장소 이벤트 검색 후, 지정된 포럼으로 Insert 하는 미디어위키 모듈 | ||
== Status == | |||
프로젝트 중단. | |||
== Basic == | == Basic == | ||
Line 12: | Line 15: | ||
</pre> | </pre> | ||
Parameters | |||
<pre> | |||
* Interval <sec> : 크롤링 interval time. | |||
* Places ["place1", "place2", ...] | |||
* Target forum | |||
* Title <Year> <Month> <day> <place> <name> : 순서 변경과 같이 조합 가능해야 함. | |||
* Description : 간단한 이벤트 내용 소개 | |||
</pre> | |||
[[category:project]] | [[category:project]] |
Latest revision as of 09:45, 14 October 2016
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 : 간단한 이벤트 내용 소개