https://github.com/ark930/douban-movie-crawler
豆瓣影评爬虫
https://github.com/ark930/douban-movie-crawler
crawler douban movie python
Last synced: 7 months ago
JSON representation
豆瓣影评爬虫
- Host: GitHub
- URL: https://github.com/ark930/douban-movie-crawler
- Owner: ark930
- Created: 2019-02-15T12:39:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T12:40:09.000Z (over 6 years ago)
- Last Synced: 2025-01-24T19:36:46.421Z (9 months ago)
- Topics: crawler, douban, movie, python
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 豆瓣影评爬虫
## 如何运行
```
# 抓取电影评论
scrapy crawl movie_review --loglevel=INFO# 抓取电影短评
scrapy crawl movie_comment --loglevel=INFO
```