first-commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# 네이버 리뷰 크롤러
|
||||
- 네이버 비즈니스, 네이버 map 기준 리뷰를 크롤링해 메시지를 보내줌
|
||||
# 폴더 구조
|
||||
``` bash
|
||||
├── .env_sample # 환경변수 샘플 파일 (.env_sample)
|
||||
├── .gitignore # Git 무시 파일 목록
|
||||
├── README.md # 프로젝트 설명 문서
|
||||
├── conf
|
||||
│ └── config.py # 설정값 관리 파이썬 모듈
|
||||
├── data
|
||||
│ └── naver_cookies.pkl # 네이버 로그인 쿠키 저장 파일
|
||||
└── lib
|
||||
├── biz_crawler.py # 네이버 비즈니스 프로필 리뷰 크롤러
|
||||
├── naver_review_crawler.py # 네이버 지도 리뷰 크롤러
|
||||
└── send_message.py # 메시지 전송 기능 모듈
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user