Skip to content

Instantly share code, notes, and snippets.

@FrogTool
FrogTool / 百度统计.js
Created January 17, 2022 02:55
百度统计scriptable小组件
// 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
@FrogTool
FrogTool / bilibili.js
Last active October 22, 2020 02:53
哔哩哔哩粉丝关注数量 Scriptable 插件
// 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