Built a Selenium-based Python scraper to automate quote collection from a website. The scraper navigates through multiple pages, extracts quote text, author names, and tags, and exports the results to Excel. This project demonstrates browser automation, pagination handling, and dynamic web scraping using Selenium.
Built a Selenium-based Python scraper to automate quote collection from a website. The scraper navigates through multiple pages, extracts quote text, author ...