-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
上传一张图片是可以的,请问上传多张图片怎么处理呢? #20
Comments
请问现在接口还可以用么 |
接口可以用,不过需要修改一下。 我又整改的接口。 |
能否贴几段示例代码?我使用一直提示没有权限。你的微博开发者认证了没?谢谢 |
需要微博开发者认证的。我写了一个自动采取东方财经信息的。 其中的weibo2是我自己改了一下。 -- coding: utf-8 --import requests API_KEY = '3633482137' c = Client(API_KEY, API_SECRET, REDIRECT_URI, username='*****', password='*******') #获取东方财富的实时新闻
|
TypeError: 'HttpObject' object is not callable 在用Client.post()的时候出现这个报错,为什么?已经认证了 |
No description provided.
The text was updated successfully, but these errors were encountered: