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

maid-js

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

maid-js

Yet another login protocol.

unpublished
latest
Source
npmnpm
Version
0.0.12
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Maid.js

npm version dm node engine
本项目是对 mccheatz/Maid 的重写,不包含proxy相关内容。
not compiled

提醒

Channel

因特殊原因而公开,但是mpay删除了一部分功能,例如游客登录。
不主动维护,若对我们后续的动作感兴趣可以加入我们的Telegram频道。
如果此时阅读这段文字的您是网易工作人员,请务必和谐 《我的世界》中国版 PC登录协议。

一切开发旨在学习,请勿用于非法用途

  • maid.js 是完全免费且开放源代码的软件,仅供学习和娱乐用途使用
  • maid.js 不会通过任何方式强制收取费用,或对使用者提出物质条件

鉴于项目的特殊性,该项目可能在任何时间停止更新或删除

协议

maid.js采用AGPLv3协议开源。为了保证良性发展,我们强烈建议您做到以下几点:

  • 使用任何手段(包括间接)接触到maid.js的软件/服务采用AGPLv3协议开源
  • 不鼓励,不支持任何商业使用

开始

安装

> npm install maid-js

使用

const maid = require('maid-js')

const client = new maid.MaidClient({
    account: 'account',
    password: 'password'
})
async function init() {
    await client.login()
    // get pe user detail
    console.log(await client.doRequest(
        client.x19Session.releaseInfoPE.CoreServerUrl,
        '/pe-user-detail/get', {
            body: {}
        }
    ))
}
init()

Keywords

maid

FAQs

Package last updated on 23 Oct 2023

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