wodsuz / EasyApplyJobsBot

A python bot to automatically apply all Linkedin,Glassdoor, etc Easy Apply jobs based on your preferences. Auto login, auto fill additional questions, apply automatically!
https://www.automated-bots.com/
Other
424 stars 141 forks source link

Coinbase suspicion #28

Closed JoeyRagheb closed 9 months ago

JoeyRagheb commented 1 year ago

Why is it that at the end of the code, the below link opens? This is very suspicious. https://commerce.coinbase.com/checkout/923XXXXX......

Saechaoc commented 1 year ago

It's for donations

JoeyRagheb commented 1 year ago

Thanks for clarifying Chris.

On Sun, Feb 26, 2023 at 8:47 AM Customer Support @.***> wrote:

We'd be happy to look into this for you Kindly file a support ticket below https://forms.gle/VcaSaDQysAwZBQp77

— Reply to this email directly, view it on GitHub https://github.com/wodsuz/EasyApplyJobsBot/issues/28#issuecomment-1445366316, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYHYBX5L3MGK644XFIZG5ILWZNNIVANCNFSM6AAAAAAT3MKHPU . You are receiving this because you authored the thread.Message ID: @.***>

wodsuz commented 9 months ago
def donate(self):
    prYellow('If you like the project, please support me so that i can make more such projects, thanks!')
    try:
        self.driver.get('https://www.automated-bots.com/')
    except Exception as e:
        prRed("Error in donate: " +str(e))

As you can see on utils.py line 97, its a function to redirect users to the projects page. I have updated the url.