jmausolf / poshmark_sharing

BSD 3-Clause "New" or "Revised" License
111 stars 58 forks source link

Instructions for python debugger #19

Open hprovenza opened 5 years ago

hprovenza commented 5 years ago

When a captcha is triggered, I can enter the python debugger. What then?

hprovenza commented 5 years ago
python share_war.py -a A_USER
Namespace(account='A_USER', bypass=False, driver='0', number=7, order=True, time=7200)
[*] DEPLOYING SHARE WAR

[*] logging into Poshmark seller account: MY_USERNAME...
    the share war will begin momentarily...

[*] ERROR in Share War: Thrwarted by Captchas
    you may now attempt to login with the python debugger

[*] if you would like to quit, enter [q]
    otherwise, enter any other key to continue
[I press enter]
> /PATH/TO/poshmark_sharing/share_war.py(22)login()
-> url = "https://poshmark.com/login"
(Pdb)