ユーザー名 = "クイック ディスク ユーザー名"
パスワード = "クイック ディスク パスワード"
クラス記号(オブジェクト):
ユーザー名 = ''
パスワード = ''
#ログイン表示ページ
Indexurl = 'https://www.kuaipan.cn/account_login.htm'
#ログインフォームの URL
loginurl = 'https://www.kuaipan.cn/index.php?ac=account&op=login'
#サインイン実際の URL
signurl = 'http : //www.kuaipan.cn/index.php?ac=common&op=usersign'
def __init__(self,username,password):
self.username = ユーザー名
self.password = パスワード
try:
urllib2.urlopen(self.indexurl)
post_data = {'username':self.username,'userpwd':self.password,'isajax':'yes' }
req=urllib2.Request(self.loginurl,urllib.urlencode(post_data))
Exception、e:
print "ネットワーク リンク エラー"
print "ログイン成功、準備 サインイン! "
応答 = urllib2.urlopen(req)
ログイン=response.read()
ログインを返す
defsign(self):
response = urllib2.urlopen(self.signurl)
sign = response.read()
l = json.loads(sign)
if (l とl['state'] == 1) または
print "サインイン成功おめでとうございます!"
k = l['increase']*1
m = l['rewardsize'] * 1
if (k == 0 と l ['monthtask'].M900 == 900):
if m == 0:
print "なんて不運だろう! 報酬 0M スペース"
else:
print "報酬スペース内: %s" % (m)
else:
if (l02):
。
リターンサイン
if __name__ == "__main__":
sign =sign(ユーザー名,パスワード)
ifsign.login():
sign.sign()