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, ./sender/sender.py: Modularised #7

Closed nityeshaga closed 6 years ago

nityeshaga commented 6 years ago

Removed functions - setup_server(), create_msg_content() and update_with_email() and the related imports from tender_search.py.

They have been moved to ./sender/sender.py.