nichbar / share-vip

[DEPRECATED] A clawer of fetching available vip accounts of thunder, iQiyi and youku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share-vip

Yet another script of fetching available vip accounts of thunder, iqiyi and youku. It's a copycat of thunder-vip , but change the sources and add youku & iqiyi. Just enjoy it.

You may check Another Clawer Script to know more.

Install

npm i share-vip -g

Usage

Install node.js and open your commander , and simply type one of the following messages in your commander.

vip iqiyi

vip youku

And you will receive a list of vip account.

Or add this to your JS file.

var vip = require('share-vip');

vip('iqiyi',function (err,accounts) {
	 console.log(accounts); 
});

License

MIT

About

[DEPRECATED] A clawer of fetching available vip accounts of thunder, iQiyi and youku.


Languages

Language:JavaScript 100.0%