File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed
Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 33
44###目前存在的API库:###
55* 新浪微博:https://github.com/michaelliao/sinaweibopy
6- * 腾讯微博:https://github.com/sempr/taobaopy
7- * 淘宝:https://github.com/upbit/tweibo-pysdk
6+ * 腾讯微博:https://github.com/upbit/tweibo-pysdk
7+ * 淘宝:https://github.com/sempr/taobaopy
Original file line number Diff line number Diff line change 11# coding=utf-8
2+ from .packages .tweibo .oauth import OAuth2Handler
3+ from .packages .tweibo .tweibo import API , TWeiboError
4+
5+
6+ OAuth2Handler = OAuth2Handler
7+ APIClient = API
8+ APIError = TWeiboError
Original file line number Diff line number Diff line change 11# coding=utf-8
2+ from .packages .sinaweibopy .weibo import APIClient , APIError
3+
4+
5+ APIClient = APIClient
6+ APIError = APIError
Original file line number Diff line number Diff line change 11# coding=utf-8
2+ from .packages .taobaopy .taobao import TaoBaoAPIClient , TaoBaoAPIError
3+
4+
5+ APIClient = TaoBaoAPIClient
6+ APIError = TaoBaoAPIError
You can’t perform that action at this time.
0 commit comments