Skip to content

Instantly share code, notes, and snippets.

@liberize
liberize / duoshuo.py
Last active August 16, 2016 04:53
多说实时邮件提醒脚本
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import urllib
import smtplib
import time
import ConfigParser
import json
import os