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
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import os | |
from commands import getstatusoutput, getoutput | |
WIFI_IF = "en0" | |
class Wifi(object): |
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:utf8-*- | |
import re, time, os | |
import urllib2, cookielib, urllib | |
from bs4 import BeautifulSoup as bs | |
import requests | |
import logging | |
delUid = '目标的人人uid' | |
delKeyword = u'目标的名字' |
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 sys | |
import re | |
import urllib2, cookielib, urllib | |
class Score(object): | |
"""docstring for Score""" | |
urlLogin = 'http://202.118.31.197/ACTIONLOGON.APPPROCESS' | |
urlScore = 'http://202.118.31.197/ACTIONQUERYSTUDENTSCORE.APPPROCESS' |