├── README.md ├── chromedriver ├── main.py ├── parse.py ├── requirements.txt ├── sample.env └── scrape.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/AI-Web-Scraper/HEAD/README.md -------------------------------------------------------------------------------- /chromedriver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/AI-Web-Scraper/HEAD/chromedriver -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/AI-Web-Scraper/HEAD/main.py -------------------------------------------------------------------------------- /parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/AI-Web-Scraper/HEAD/parse.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/AI-Web-Scraper/HEAD/requirements.txt -------------------------------------------------------------------------------- /sample.env: -------------------------------------------------------------------------------- 1 | SBR_WEBDRIVER="" -------------------------------------------------------------------------------- /scrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/AI-Web-Scraper/HEAD/scrape.py --------------------------------------------------------------------------------