Portfolio Week 3: Sending Emails, Screen Scraping and Accessing Web Services
- Goh Qi Xun

- Nov 30, 2019
- 1 min read
Updated: Dec 1, 2019
In this exercise, I learn to write and experience a python program that automatically sends emails, performing simple screen scraping, accessing web services information.
Send Email
This is how to program looks like. I used my personal google email to allow the program to send email to a recipient automatically. Recipient email is generated temporary email provided by https://temp-mail.org/en/.

The email received:

Screen Scraping
The following exercise I perform scraping email addresses from websites through a Python program. This can be very useful if I need to contact the company on the website. I can make use of this program to get their email easily.

Accessing Web Services
In this exercise, I learn and how to connect to a web-service through Python program. The program below is a money converter.

Accessing the web and getting weather information.




Comments