python获取b站前100名up主的主要信息,数据按列写入excel

""" 功能:获取b站up榜前100 做者:Mac 时间:2020.6.21 """ import requests import pandas as pd from bs4 import BeautifulSoup target = "https://www.kanbilibili.com/rank/ups/fans" # 请求头 headers = { "User-Agent": "
相关文章
相关标签/搜索