This project is a web scraper built using Python. It utilizes the requests
library to make HTTP requests and BeautifulSoup
from the bs4
library to parse HTML content.
To install the required dependencies, run the following command:
pip install -r requirements.txt
To run the scraper, execute the main.py
file located in the src
directory:
python src/main.py
Feel free to submit issues or pull requests for improvements or bug fixes.