https://github.com/winverse/naver-movie-scraper
naver movie information scraper.
https://github.com/winverse/naver-movie-scraper
Last synced: about 2 months ago
JSON representation
naver movie information scraper.
- Host: GitHub
- URL: https://github.com/winverse/naver-movie-scraper
- Owner: winverse
- License: mit
- Created: 2022-10-10T14:47:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T18:49:57.000Z (over 2 years ago)
- Last Synced: 2025-02-05T11:49:12.971Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 431 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install Dependencies
```
pnpm install
```# Start scraper
```
pnpm start
```# 네이버 영화 크롤러
- [x] 네이버 박스오피스 1~10위
- [x] 제목, 개요, 감독, 상영 시간, 개봉 날짜, 줄거리, 관람객 평점
- [x] JSON db 저장# To-do
- [x] Scraper 구현
- [x] DB provider 구현
- [x] 테스트 코드 작성
- [ ] 문서화 하기# Stack
- Fastify
- Axios
- Cheerio
- Typescript
- Jest
- Swagger