This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- 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 |