No description
This repository has been archived on 2026-04-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2026-04-07 18:17:28 +01:00
src Upload old Github project 2026-04-07 18:17:28 +01:00
.gitignore Upload old Github project 2026-04-07 18:17:28 +01:00
config.json Upload old Github project 2026-04-07 18:17:28 +01:00
LICENSE.md Upload old Github project 2026-04-07 18:17:28 +01:00
README.md Upload old Github project 2026-04-07 18:17:28 +01:00
requirements.txt Upload old Github project 2026-04-07 18:17:28 +01:00

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