mailru-puppeteer

1.1.1 • Public • Published

Basic usage

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

Package Sidebar

Install

npm i mailru-puppeteer

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

4.34 kB

Total Files

3

Last publish

Collaborators

  • mdfitumi