An open API service indexing awesome lists of open source software.

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

豆瓣影评爬虫

Awesome Lists containing this project

README

          

# 豆瓣影评爬虫

## 如何运行
```
# 抓取电影评论
scrapy crawl movie_review --loglevel=INFO

# 抓取电影短评
scrapy crawl movie_comment --loglevel=INFO
```