Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 398 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 398 Bytes

scrapy爬取豆瓣选电影页面的信息

安装

  1. git clone https://github.com/luojunhui/doubanmovie.git
  2. cd doubanmovie
  3. virtualenv -p python3 .venv,source .venv/bin/activate
  4. pip install -r requirements.txt

运行

scrapy crawl douban -o movie.json

查看数据

cat movie.json