This project is a web scraping agent designed to extract quotes and authors from http://quotes.toscrape.com.
The agent targets http://quotes.toscrape.com, downloads the page content, and uses Beautiful Soup to parse the HTML and extract quote text and its author. It then prints this information to the console.
This project uses the requests library to make HTTP requests and beautifulsoup4 to parse HTML.
-
Install dependencies:
pip install -r requirements.txt
-
Run the agent:
venv/bin/python main.py