コード例 #1
0
ファイル: sina.py プロジェクト: zhiy/socialweb
 def __init__(self):
     self.prefix="https://api.weibo.com/2/"
     self.http=httpclient.httpclient()
     self.access_token=access_token
コード例 #2
0
ファイル: tencent.py プロジェクト: zhiy/socialweb
 def __init__(self):
     self.prefix="http://open.t.qq.com/api/"
     self.http=httpclient.httpclient()
コード例 #3
0
ファイル: sohu.py プロジェクト: zhiy/socialweb
 def __init__(self):
     self.prefix="http://api.t.sohu.com/"
     self.http=httpclient.httpclient()