this project scrapes all the quotes from a website (https://quotes.toscrape.com ) this project was done under a assignment from the course "machine learning and data science from AL champs"
to run the project
-
clone the code from the repository using "git clone https://github.com/Sush-Dew/quotescraper.git"
-
create a virtual environment using and activate it "python3 -m venv env" "source env/bin/activate"
-
install the requirements.txt using "pip3 install -r requirements.txt"
-
run the code using "python3 main.py"
a new exel file will be created in the current folder named quotes.xlsx which will store all the scraped data