示例#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()