1.1.5 • Published 5 years ago

weibo-sign v1.1.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

weibo-sign

npm i -S weibo-sign

匿名

const weiboSign = require('weibo-sign');
(async()=>{
  const request = await weiboSign.anonymous.getRequest();
  request({
      uri: 'https://weibo.com/2812335943/HvdpWvizw'
    }, (err, resp, body) => {
      console.log(body);
    });
})();

登录

const weiboSign = require('weibo-sign');
(async()=>{
  const request = await weiboSign.sign.getRequest('username', 'password');
  request({
      uri: 'https://weibo.com/2812335943/HvdpWvizw'
    }, (err, resp, body) => {
      console.log(body);
    });
})();
1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago