Open engageub opened 5 months ago
I have update docker image on dockerhub. https://hub.docker.com/r/astonlee6403/nodepay-app You can try.
Thank you for the update. It has been observed that np_token is not always same. Tried logging in from different profiles and the np_token is different for both of them. How reliable is this token. Does it have expiry period.
Thank you
I am not sure of expiry period. But you can make sure this docker work by its web checking status of IP. This is how I check.
I am not sure of expiry period. But you can make sure this docker work by its web checking status of IP. This is how I check.
Thank you for the response. Could you please make this more easier and reliable for the users to enter the input. If it would be entering email address and password in the configuration, it would be much easier and we don't have to worry about getting the np_token manually from the browser which is not same all the time for the respective user.
Thank you
It will be a little difficult beacause need reCAPTCHA when login to your account.
It will be a little difficult beacause need reCAPTCHA when login to your account.
For recaptcha, there is a free solver available which works offline. Please find the link below.
To verify if captcha is solved, you will need to check window.grecaptcha.getResponse()
https://chromewebstore.google.com/detail/rektcaptcha-recaptcha-sol/bbdhfoclddncoaomddgkaaphcnddbpdh
Thank you
But this still need to open the browser. I am finding another way to break it.
Hi, Thank you for publishing the script. Could you please publish docker image to github or dockerhub where users can input the credentials through environment variables.
Thank you