Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 500 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 500 Bytes

neopets-login

Stackpath security makes grabbing session cookies from Neopets fairly difficult with networking API's alone. This repository contains a working solution that uses puppeteer-firefox to perform the login.

Testing

Update package.json with your own Neopets credentials and run the following commands:

npm install
npm run test

WIP