tieba-api
v1.0.0
Published
The unofficial API of Tieba
Downloads
2
Readme
tieba-api
初始化
var tieba = require('tieba-api');
var tb = new tieba('BDUSS'); // 此处填入你的bduss,用户密码登录功能未完成
API
tbs()
获取贴吧tbs。
tb.tbs().then(msg => { console.log(msg); });
sign(bar)
在指定贴吧签到。
tb.sign('贴吧').then(() => {}).catch(msg => { console.log(msg); })
注意事项
除构造函数外的所有函数均返回一个Promise对象。