amazon-python-bot icon indicating copy to clipboard operation
amazon-python-bot copied to clipboard

doesnt work

Open k3vl4r7 opened this issue 4 years ago • 1 comments

amazon requires you signin, and this doesnt even consider that.

k3vl4r7 avatar Mar 21 '21 15:03 k3vl4r7

don't use it headless, then you will see a chromium window, and you can log in yourself, there is a big sleep when the bot was started and chromium opens, use the sleep to login. For each session you have to login again as chromium uses a new profile and your cookies get lost. However you can change the code so it uses your default profile, once you are logged in with your default profile you can use the bot and its signed in automatically

for linux as root for example it would be this option: chrome_options.add_argument("--user-data-dir=/root/.config/.chromium/Default/");

Netfreak25 avatar Mar 24 '21 12:03 Netfreak25