【静态页面入门练习】beautifulsoup实现爬取豆瓣电影T250页面数据
【静态页面入门联系】beautifulsoup实现爬取豆瓣电影T250页面数据
爬虫入门初级练习,爬取豆瓣电影Top250页面数据并存入MongoDB。有错误之处欢迎指正。
// author:fairy_j
import urllib
import requests
import re
import pymongo
from bs4 import BeautifulSoup
def htm...
原创
2019-03-21 16:41:10 ·
387 阅读 ·
0 评论