Skip to content

a python scraper that goes to a site and retrieves specific data, then takes a screenshot of the data and emails it to a recipient

Notifications You must be signed in to change notification settings

sameersaeed/scraper-that-emails-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scraper-that-emails-data

a python scraper that, using modules such as selenium, smtp, MIME and os:
goes to a site and retrieves specific data, then takes a screenshot of that data and emails it to a recipient

config.py - info for email, login info for account being used to send it, email for who it is being sent to
      ws.py - gets stock availability of various retailers from site 'stocktrack.ca'
                - in the current code i use this to check if certain pools are in stock at walmarts in a specific location
  send.py - sends email msg of scraped data, including a screenshot

About

a python scraper that goes to a site and retrieves specific data, then takes a screenshot of the data and emails it to a recipient

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages