Simple Price Scraper

this scrapes the price of an item and saves the data to an sqlite3 database.


installation

create a virtual env

python3 -m venv venv

install the requirements

pip3 install -r requirements.txt

Usage

Run the main.py file

Goals

This is a beginner project for teaching Python and web scraping concepts.