This repository contains a simple script for scraping the prices of RTX 3090s from Amazon using Python 3
python amazon_scraper.py
- will create a csv in the scrapes
dir with a time stamp with the latest prices on products in the urls.csv
In order to use this script you will need to make sure that the following dependencies are installed on your system:
- BeautifulSoup
- Pandas
Both libraries can be installed via pip.