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