Skip to content

Instantly share code, notes, and snippets.

@0xKira
0xKira / fuck-2019-nCov.py
Last active January 25, 2020 13:24
监控丁香医生的实时动态,如有变化自动发送邮件提醒
# -*- coding: utf-8 -*-
import requests
import re
import json
import time
from smtplib import SMTP_SSL
from email.header import Header
from email.mime.text import MIMEText
last_msg_time = None