Ayon-SSP / amazon-scraper-alert-system

This is a simple Amazon Product Scraper & Alert System built using scrapy module in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Product Scraper & Alert System

This is a simple Amazon Product Scraper & Alert System built using scrapy module in python

Features

Setup for Linux system

For Linux

sudo apt install python3-venv
python3 -m venv env
source env/bin/activate
# pip freeze > requirements.txt
# git rm --cached amazon-scraper-alert-system
pip install -r requirements.txt

dev process

scrapy startproject amazon_scraper_alert_system
cd amazon_scraper_alert_system
scrapy genspider amazon-bot example.com

About

This is a simple Amazon Product Scraper & Alert System built using scrapy module in python

License:MIT License


Languages

Language:Python 99.6%Language:Shell 0.4%