【Python爬蟲】requests爬取新浪微博評論代碼

環境:WIN10+Python3.6 # 完整爬取微博評論程序,只須要修改微博id便可 import requests import json import re #爬取微博評論寫入weibo_comment.txt def get_comment(weibo_id, url, headers, number): count = 0 fp = open("weibo_comment
相關文章
相關標籤/搜索