1.0.2 • Published 6 years ago
cocoguo-test v1.0.2
pixiv-login
爬虫模拟Pixiv登陆,获取cookie
install
npm install --save cocoguo-testUseage
const pixivLogin = require('cocoguo-test');
pixivLogin({
  username: 'your username',
  password: 'your password'
}).then((cookie) => {
  console.log('cookie');
}).catch((error) => {
  console.error(error);
})