nityeshaga / scrape-and-send

A tool to scrape websites and send email alerts upon desired updates
1 stars 1 forks source link

tender_search.py: Add the result URL to email #2

Closed nityeshaga closed 6 years ago

nityeshaga commented 6 years ago

main block sends browser.get_url() to update_results() in result_url parameter. update_results() passes it to update_with_email() which passes it on to create_msg_content(). create_msg_content() finally attaches the URL at the end of the message that is sent.