No description
- Python 100%
| src | ||
| .gitignore | ||
| config.json | ||
| LICENSE.md | ||
| README.md | ||
| requirements.txt | ||
Amazon-Monitor
Amazon monitor allows you to check the price of amazon items, and whether your desired seller is selling a product.
Table of Contents
Introduction
A project for a commission for which I was never paid for. The code is far from perfect & efficient, but it was one of my first interactions with Python and web scraping.
Setup
Clone this repository using Git:
$ git clone git@github.com:Limesey/WIP-Amazon-Monitor.git
Install the project's dependencies:
$ pip install -r requirements.txt
Then run it:
$ python src/index.py
Features
- Get product sellers
- Be notified when your desired seller is selling a product.
Technologies
Sources
- This README was created following bulldogjob.com's guide.