Microsoft-Rewards-Farmer
Microsoft-Rewards-Farmer copied to clipboard
Small fixes for Mac (Monterey)
Some small updates for Mac Users to the readme
Update home-brew chromedriver command from brew cask install chromedriver
to brew install chromedriver
Then run xattr -d com.apple.quarantine /usr/local/bin/chromedriver
Otherwise Mac OS Monterey will likely generate the error: “chromedriver” cannot be opened because the developer cannot be verified. Unable to launch the chrome browser on Mac OS.
Also, to clarify the 'run the script' instruction:
Navigate to local copy of the repo
Run the script
Mac users on Monterey may need to run python3 ms_rewards_farmer.py
(i.e., use python3
vs., python
)
Thank you for this 👍
Just have to say if you have an apple silicon mac, you should use xattr -d com.apple.quarantine /opt/homebrew/bin/chromedriver
instead
Added to the README, thanks