SkillAgentSearch skills...

Wbpic

upload pic to weibo

Install / Use

/learn @rekey/Wbpic
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

wbpic

const path = require('path');
const WBPic = require('weibo-pic');

const wbPic = new WBPic('weibo cookie');

wbPic.upload(path.resolve(__dirname, 'test.jpg'))
  .then((pics) => {
    console.log(pics);
  });
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated6y ago
Forks0

Languages

TypeScript

Security Score

65/100

Audited on Feb 20, 2020

No findings