Before I get my employment pass from Singapore, I will check my EP application status by Mom website, the process is so troublesome,so I write a programme to get status auto by Python script.I will not check my status by website, it’s so convenience that I get my finial status by mobile sms.
About how to get status by my mobile, because xxx.139.com will send my email automatically to my sms.
I hope this may be useful for you! XD
# -*- coding: utf-8 -*- # coding: utf-8 import urllib2 import urllib import re import smtplib import sys import time from email.mime.text import MIMEText from email.mime.multipart import MIMEMultipart from email.mime.image import MIMEImage
近期评论