A python web scraper using the requests library....
Continue readingA simple Python Web Scraper (1)
Learning a little Python code and web scraping principles, I wrote this little web scraper. Python is known for its plethora of code libraries and this code utilizes the BeautifulSoup library to understand the HTML code of a target page. Besides the BeautifulSoup library, it uses the Selenium library web driver and Google’s Chromedriver.exe...
Continue reading