Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ark930/douban-movie-crawler

豆瓣影评爬虫
https://github.com/ark930/douban-movie-crawler

crawler douban movie python

Last synced: 17 days ago
JSON representation

豆瓣影评爬虫

Awesome Lists containing this project

README

        

# 豆瓣影评爬虫

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

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