# mailru-puppeteer

> A simple `changePassword` function to mail.ru website

Latest version **1.1.1** (published 2020-12-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install mailru-puppeteer
pnpm add mailru-puppeteer
yarn add mailru-puppeteer
bun add mailru-puppeteer
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2020-12-16 |
| First published | 2020-11-24 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 1 |
| Unpacked size | 4.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | pkgsail.dev@gmail.com |
| Maintainers | mdfitumi |
| Keywords | mail.ru, api, browser, puppeteer, emulation, login |

## Links

- npm: https://www.npmjs.com/package/mailru-puppeteer
- Homepage: https://github.com/mdfitumi/mailru-puppeteer
- npm.io page: https://npm.io/package/mailru-puppeteer

## Dependencies (1)

- [puppeteer](https://npm.io/package/puppeteer.md) ^5.5.0

## Alternatives

- [@snazzah/davey](https://npm.io/package/@snazzah/davey.md) — 1.5M weekly downloads
- [@vendure/testing](https://npm.io/package/@vendure/testing.md) — 8.3K weekly downloads
- [vue-simple-context-menu](https://npm.io/package/vue-simple-context-menu.md) — 6.6K weekly downloads
- [cypress-webpack-preprocessor-v5](https://npm.io/package/cypress-webpack-preprocessor-v5.md) — 2.1K weekly downloads
- [@backstage/plugin-catalog-backend-module-puppetdb](https://npm.io/package/@backstage/plugin-catalog-backend-module-puppetdb.md) — 1.3K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2020-12-16
- 1.1.0 — 2020-12-16
- 1.0.5 — 2020-11-30
- 1.0.4 — 2020-11-24
- 1.0.3 — 2020-11-24
- 1.0.1 — 2020-11-24
- 1.0.0 — 2020-11-24

## README

# Basic usage

```js
const { changePassword } = require('mailru-puppeteer');

const email = 'yourmail@mail.ru';
const password = '123456';
const newPassword = '654321';

async function main() {
    await changePassword(email, password, newPassword, console.debug);
}

main()
    .then(() => console.debug('ok'))
    .catch(err => console.error(err.message || err));
```

Changelog

- `1.1.0` take that mailru

---
_Source: https://npm.io/package/mailru-puppeteer · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
