antham / yogo

Check yopmail mails from command line.
MIT License
41 stars 7 forks source link

request failed with error code 429 / CAPTCHA triggered #97

Closed Javier-bat closed 2 years ago

Javier-bat commented 2 years ago

Hi. input ./yogo inbox show helloworld 1 output failure when fetching https://yopmail.com : request failed with error code 429 and body <!DOCTYPE HTML><html><head><meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/><meta http-equiv="Pragma" content="no-cache"/><meta http-equiv="Expires" content="0"/><script>window.top.location.replace('/http429');</script></head></html>

Javier-bat commented 2 years ago

imagen

how can i skip it? thx :)

antham commented 2 years ago

There is no solution, add a backoff or go through a proxy.

enriluis commented 1 year ago

maybe with mail.tm or Emailnator https://www.emailnator.com/' APIs wen can build something similar without chatpcha, the challenge make this project unusable for many people. i was testing but no solution to captcha.

antham commented 1 year ago

The goal of Yopmail is not to be used through automation otherwise an API would exist. This project is here for a simple automation usage that involved Yopmail but cannot be used for projects that require big usages.

antham commented 10 months ago

There is the ability to define a proxy https://github.com/antham/yogo#environment-variable and customize few variables around the request but it's probably not enough to circumvent reCAPTCHA