gpt4 book ai didi

python - Tweepy 3.10.0,属性错误: module 'tweepy' has no attribute 'Client'

转载 作者:行者123 更新时间:2023-12-03 08:20:38 32 4
gpt4 key购买 nike

我正在尝试将 Twitter API 的版本 2 与 tweepy 3.10.0 一起使用,但在遵循文档 https://docs.tweepy.org/en/latest/client.html 时我感到困惑

当我尝试设置 API 时,如以下示例所示:

import tweepy

client = tweepy.Client(consumer_key=consumer_key,
consumer_secret=consumer_secret,
access_token=access_token,
access_token_secret=access_token_secret)


我收到此错误:AttributeError:模块“tweepy”没有属性“Client”

我之前使用过 Tweepy,它适用于我配置的一些测试,但我需要使用版本 2,因为我想执行此版本 API 的一些功能。

我的错误是什么?

最佳答案

Tweepy.Client 及其对 Twitter API v2 的支持仍在 master 分支上开发。
它尚未发布,也不是 v3.10.0 的一部分,但将作为 v4.0 的一部分发布。

https://docs.tweepy.org/en/latest/是文档的最新开发版本。
有关 v3.10.0 的文档,请参阅 https://docs.tweepy.org/en/v3.10.0/ .

关于python - Tweepy 3.10.0,属性错误: module 'tweepy' has no attribute 'Client' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67978717/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com