新浪微博SDK需要申请App key,极其不方便,通过Node.js模拟请求发送微博,可以方便的达到某些羞羞的目的。

weibo-post

Post weibo text from https based on node.

Usage

Using npm:

1
$ npm i --save-dev weibo-post

In Node.js:

1
2
3
4
var weiboPost = require('weibo-post');

weiboPost.setCookie('your weibo login cookie');
weiboPost.post('your post content');