New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

qqlogin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qqlogin

a very easy to use get qqlogin cookies module

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

qqlogin.js

QQ网页登录获取cookies只要两行
var qqlogin=require("qqlogin");
qqlogin("QQ账号","QQ密码").then((results)=>{
console.log(results);
});
或者
(async ()=>{

var qqlogin=require("qqlogin"); var results=await qqlogin("QQ账号","QQ密码");

})();

Keywords

qq

FAQs

Package last updated on 19 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts