charlesbel / Microsoft-Rewards-Farmer

A simple bot that uses selenium to farm Microsoft Rewards written in Python
MIT License
1.02k stars 274 forks source link

can i do this on repl.it? #95

Closed dystoqia closed 1 year ago

dystoqia commented 2 years ago

when i try, it doesnt work. webdriver doesn't work on repl

edit: this is the error i get. driver = webdriver.Chrome()

Originally posted by @nigh95ms in https://github.com/charlesbel/Microsoft-Rewards-Farmer/issues/87#issuecomment-1173149210

Andrew1644563 commented 2 years ago

Repl.it will not work, as Chrome WebDriver is a local file, compared to repl.it being online, without access to your hard drive. Just install the latest version of Python, unless well, you can't. In that case, you cannot use the program. Good luck!

dystoqia commented 2 years ago

oh ok thanks for telling me!