/douban_movie_top250

python爬虫,抓取豆瓣电影top250的名字、评分、年份、评价人数以及年份,保存至top250.xls

Primary LanguagePython

douban_movie_top250

python爬虫,抓取豆瓣电影top250的名字、评分、年份、评价人数以及年份,保存至top250.xls

ps: python 2.7

import requests

import re

import xlwt