cocoguo-test

1.0.2 • Public • Published

pixiv-login

npm version

爬虫模拟Pixiv登陆,获取cookie

install

npm install --save cocoguo-test

Useage

const pixivLogin = require('cocoguo-test');

pixivLogin({
  username: 'your username',
  password: 'your password'
}).then((cookie) => {
  console.log('cookie');
}).catch((error) => {
  console.error(error);
})

Readme

Keywords

none

Package Sidebar

Install

npm i cocoguo-test

Weekly Downloads

4

Version

1.0.2

License

ISC

Unpacked Size

3.4 kB

Total Files

3

Last publish

Collaborators

  • gyh