weiboo
v0.1.3
Published
weibo tools
Downloads
2
Readme
weiboo
weibo tools
Install
npm i weiboo
Example
const weiboo = require('weiboo')({
domain: '', // required
username: '', // required
password: '', // required
cachePath: '', // required
});
(async () => {
await weiboo.post({ text: 'Hello Weiboo' });
})();
License
MIT License