Skip to content

Scraper which get your list of products and and price you want, then send you email when price drops

Notifications You must be signed in to change notification settings

timurzholudev/product-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

# product-scraper

Scraper which get your list of products (on Amazon) and and price you want, then send you email when price drops

App setup

First setup yout gmail to send email from app:

  • Allow Less secure app access
  • Set 2-Step Verification
  • Set google App passwords, in dropdown options choose next:
    • Select app - Mail
    • Select device - Windows

Then update next fields in scraper.py:

smtp_link = 'smtp.gmail.com'
smtp_port = 587
auth_email = '[email protected]'
auth_pass = 'email_app_pass'
email_to = '[email protected]'
sleep_time = 60

About

Scraper which get your list of products and and price you want, then send you email when price drops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages