tieba-api

1.0.0 • Public • Published

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对象。

Readme

Keywords

Package Sidebar

Install

npm i tieba-api

Weekly Downloads

1

Version

1.0.0

License

WTFPL

Unpacked Size

2.06 kB

Total Files

3

Last publish

Collaborators

  • scientificworld