Implement the bet system. Based on https://github.com/ClementRoyer/TwitchAutoCollect-AutoBet - Use selenium for place the bet/predictions. We can also use directly grapql but we need a transactionID for the POST request but I don't know how to calculate it (or if It's random - but I don't think)

This commit is contained in:
Alessandro Maggio
2021-01-13 17:00:34 +01:00
parent cbac5db4b6
commit cbd482e24c
8 changed files with 381 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
requests
websocket-client
browser_cookie3
pillow
selenium
python-dateutil