Ecosyste.ms: Awesome
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: 17 days ago
JSON representation
豆瓣影评爬虫
- Host: GitHub
- URL: https://github.com/ark930/douban-movie-crawler
- Owner: ark930
- Created: 2019-02-15T12:39:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T12:40:09.000Z (almost 6 years ago)
- Last Synced: 2024-11-24T20:41:31.510Z (3 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
```