This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: deep-green; icon-glyph: magic; | |
//自行填充下面的参数 | |
const USERNAME = ""//百度统计账号 | |
const PASSWORD = ""//百度统计密码 | |
const TOKEN = ""//百度统计里面的数据导出服务token | |
const SITE_ID = ""//网站ID |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: pink; icon-glyph: tv; | |
// 哔哩哔哩粉丝数量 | |
// 作者:azoon | |
//请在组件Parameter除输入你要关注的UP主MID,即个人空间网址后面那段数字 https://space.bilibili.com/280793434 | |
const MID = args.widgetParameter || '280793434' | |
let apiUrl = "http://api.bilibili.com/x/relation/stat?vmid="+MID |