srhinos / primelooter

A small python bot which automatically claims amazon prime gaming loot :D
GNU General Public License v3.0
50 stars 3 forks source link

[FEAT] Automatically login to Amazon with multiple user accounts #20

Open dlooto opened 2 years ago

dlooto commented 2 years ago

The current implementation is just to manually log in to Amazon and get cookies. Have you tried to use playwright to automatically log in to gaming.amazon.com, with multiple user accounts at the same time ?

srhinos commented 2 years ago

Not super interested in completing this but I'll leave this ticket open in case someone else wants to tackle it.

This (to me), seems like a path towards the script being defensively coded against to prevent abuse as the majority of people looking to claim across multiple accounts are farming keys for resale. I run this purely because I don't like missing drops for my own personal use and won't really work to push this script outside those confines.

dlooto commented 2 years ago

I have implemented this feature in a special way, haha. If needed, I can merge into your codebase, but that would require a lot of changes to my code structure.