/quotescraper

this project scrapes all the quotes from a website

Primary LanguagePython

quotescraper

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

  1. clone the code from the repository using "git clone https://github.com/Sush-Dew/quotescraper.git"

  2. create a virtual environment using and activate it "python3 -m venv env" "source env/bin/activate"

  3. install the requirements.txt using "pip3 install -r requirements.txt"

  4. 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