예제 #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()