Need someone to create a proton.me web login script using node+puppeteer js to fetch emails headless

Status
Not open for further replies.

pr0ject1

Regular Member
Joined
Feb 12, 2018
Messages
454
Reaction score
61
Need someone to create a proton.me web login script using node + puppeteer js that will pass the captcha on login, and fetch all emails, and returns all messages as a json list as follows for example:

[
{"id":1,"email_subject":"test subject","email_body":"email body goes here" },
{"id":2,"email_subject":"test subject","email_body":"email body goes here" },
{"id":3,"email_subject":"test subject","email_body":"email body goes here" }
]

The end goal is to be able to run the script as follows with 2 arguments: The email as one argument, and password as the other ex:

"node getProtonEmails.js [email protected] emailpassword123"

And have it return all emails as that json list above for that proton email. The script needs to run in headless mode.
I should just have to execute that command above and all dependencies should be installed along with it.

PM me your quotes, or if you need additional info.
 
node + puppeteer js
Puppeter out of the box is easily detectable. Even with stealth plugin. If you want all your accs banned - you are on good path.
 
Status
Not open for further replies.
Back
Top