数据驱动、坚持为客户提供有价值的服务和内容
背景:最近想去上海天文馆玩,但是门票一出来就被抢空了,写个脚本爬一下门票什么时候有,没接wxpy,有兴趣可以加进去,当票数>0时给自己微信发提醒消息。
import requests import urllib import time from requests.packages.urllib3.exceptions import InsecureRequestWarning #requests 移除SSL认证,输出InsecureRequestWarning提