amazon-python-bot
amazon-python-bot copied to clipboard
doesnt work
amazon requires you signin, and this doesnt even consider that.
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/");