1.0.2 • Published 5 years ago

cocoguo-test v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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);
})
1.0.2

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago