Hi there. Glad to see there's a new script for getting Twitch drops but for some reason I can't get it to work on mine. Would you mind helping me out? I'm trying to get this to work for Rainbow 6 streams.
To preface this, I totally don't know coding at all, even just the basics, and when I'm using stuff like this, I'm only as good as how I can understand the wiki/documentation/etc, so forgive me if I may be asking some simple and stupid questions.
1. I can't run the pip install -r requirements.txt command because it says there's no requirements.txt file or have I overlooked something?2. I had to manually pip install selenium and the webdriver but running the command python3 autotwitch.py -g rainbow6 to try out the script still gives me different errors which appear to just be PATH issues. However, I'm still getting this error:
WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
I know this is not because of your script but maybe you'd be willing to help me figure it out? I already ran every pip install webdriver command I found, manually downloaded it from Google and put it in the /Python/Scripts folder, in C:/, Desktop, or same folder as your script and I'm still getting the same error.
My Google skills are subpar at best but my understanding of the StackOverflow responses on these issues was way worse. Hope you don't mind and sorry for the questions.
Edit: Fixed #2 by just editing the autoTwitch.py file, line 31. Change it to your local chromedriver.exe file path. Sorry for the dumassery.
Hi there. Glad to see there's a new script for getting Twitch drops
but for some reason I can't get it to work on mine. Would you mind helping me out? I'm trying to get this to work for Rainbow 6 streams.To preface this, I totally don't know coding at all, even just the basics, and when I'm using stuff like this, I'm only as good as how I can understand the wiki/documentation/etc, so forgive me if I may be asking some simple and stupid questions.1. I can't run thepip install -r requirements.txt
command because it says there's no requirements.txt file or have I overlooked something?2. I had to manuallypip install
selenium and the webdriver but running the commandpython3 autotwitch.py -g rainbow6
to try out the script still gives me different errors which appear to just be PATH issues. However, I'm still getting this error:I know this is not because of your script but maybe you'd be willing to help me figure it out? I already ran every/Python/Scripts folder, in C:/, Desktop, or same folder as your script and I'm still getting the same error. pip install webdriver
command I found, manually downloaded it from Google and put it in theMy Google skills are subpar at best but my understanding of the StackOverflow responses on these issues was way worse. Hope you don't mind and sorry for the questions.Edit: Fixed #2 by just editing the autoTwitch.py file, line 31. Change it to your local chromedriver.exe file path. Sorry for the dumassery.