petermuidev / scraper-to-db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Python 100.0%