使用 TweePy 通过 DM 分享推文
Sharing a Tweet through DM using TweePy
我想知道是否可以使用 TweePy 通过直接消息“引用推文”。我知道这可以在 Twitter 应用程序中使用共享功能定期完成,但我想知道这是否也可以通过 Python.
实现
Tweepy 推荐您 send the URL of the tweet in a direct-message. https://github.com/tweepy/tweepy/issues/859
URL 将在收件人收件箱中生成格式化预览。
我想知道是否可以使用 TweePy 通过直接消息“引用推文”。我知道这可以在 Twitter 应用程序中使用共享功能定期完成,但我想知道这是否也可以通过 Python.
实现Tweepy 推荐您 send the URL of the tweet in a direct-message. https://github.com/tweepy/tweepy/issues/859
URL 将在收件人收件箱中生成格式化预览。