pr0ject1
Regular Member
- Feb 12, 2018
- 454
- 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.
[
{"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.