Matthew17-21 / Newegg-Shuffle

Request based Python module(s) to help with the Newegg raffle.
MIT License
46 stars 7 forks source link

How can i know if i won easily? #9

Closed Elenium0011 closed 3 years ago

Elenium0011 commented 3 years ago

Hi there! How can i know if one of the accounts have won the raffle? without having to check the emails one by one, is there any easier way?

Matthew17-21 commented 3 years ago

Theres 2 ways:

1) Getting the winner email (Would require you to check the email mailbox) 2) Making a program that uses the same session to check the contents of the account's cart (Kinda risky)