Skip to content

Instantly share code, notes, and snippets.

View teg1c's full-sized avatar
🤒
Out sick

tegic teg1c

🤒
Out sick
View GitHub Profile
@xincmm
xincmm / main.py
Created September 6, 2018 14:55
监测成绩,发送微信提醒
# -*- codeing: urf-8 -*-
import json
import operator
import threading
import time
import requests
from bs4 import BeautifulSoup as bs
from wechat_sender import Sender