this scrapes the price of an item and saves the data to an sqlite3 database.
create a virtual env
python3 -m venv venv
install the requirements
pip3 install -r requirements.txt
Run the main.py file
This is a beginner project for teaching Python and web scraping concepts.