A set of OOP python programs to automatically claim Smite Game drops through twitch automatically.
Allows for multiple accounts to be processed simultaneously with persistant storage of cookies annd notfications on completion as well as individual drops via text message.
-
Install the latest stable version of python3.
-
Install the remaining packages in requirements and setup the file structure by running
install_requirements.py
:python install_requirements.py
-
Install the latest stable version of the selenium chrome webdriver and place it in
Abuse\resources\webdrivers
. -
(Optional) If you have notifications set on then on first run you will be prompted for your twilio information which can be set up at https://www.twilio.com/try-twilio.
- First add a user account for each user.
python add_account.py # OR python add_account.py 'username' 'password' 'is_admin(True/False)' 'phone number'
- Change the flags in
Abuse\main.py Line:68-74
if you want the twitch tabs to not be shown, you want to turn auto claim off or you want to turn notifications off. - WARNING if you do not have Twilio then turn notifcations off.
- Run for all stored users.
python main.py
me no know
- Bug fixes
- Do something with Amazon watch party streams, stems from some streamers not correctly categorising their streams
- Possible bug when checking if there are any redeemable rewards left, occurs after a connection error
- Add a GUI