Web Scraper for downloading screenshots of specific smash character matches to train the AI.
- urllib3==1.25.4
- selenium==3.141.0
- Latest Geckodriver --> (https://github.com/mozilla/geckodriver/releases)
- GeckoDriver must be in executable path for project
echo $PATH
must contain a location where GeckoDriver is installed OR
- Latest Chromedriver --> (https://chromedriver.storage.googleapis.com/index.html?path=77.0.3865.40/)
- Chromedriver must be in executable path for project
echo $PATH
must contain a location where Chromedriver is installed