Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 760 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 760 Bytes

# 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