1 Star 0 Fork 1

LLauda/bilibili_fans

forked from gaoquanhui/bilibili_fans 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bilibili_fans.py 265 Bytes
一键复制 编辑 原始数据 按行查看 历史
gaoquanhui 提交于 2021-12-26 07:21 . fans
from os import write
import requests
import json
url = "https://api.bilibili.com/x/web-interface/card?mid=520657190"
fans_json = requests.get(url).text
# file = "fans.json"
# a = "111"
with open("fans.json",'w',encoding='utf-8') as f:
f.write(fans_json)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LLauda/bilibili_fans.git
[email protected]:LLauda/bilibili_fans.git
LLauda
bilibili_fans
bilibili_fans
master

搜索帮助