gpt4 book ai didi

datetime - 如何从 tweepy 状态对象中检索日期和时间?

转载 作者:行者123 更新时间:2023-12-02 19:16:32 26 4
gpt4 key购买 nike

假设我愿意

tweets = api.home_timeline()

它会返回发布在我的时间轴上的 20 个最近 tweepy 状态对象的列表。如果我这样做

for tweet in tweets:
print tweet.text

它打印 20 条消息。是否可以检索状态发布的时间?状态对象还有哪些其他属性?需要帮助。

最佳答案

tweet = tweets[0]
print tweet.created_at

输出将是一个日期时间对象。例如:

(Pdb) tweet.created_at
datetime.datetime(2012, 6, 3, 20, 9, 24)

有关所有属性,请参阅 Twitter API docsTweepy docs您也会感兴趣。

关于datetime - 如何从 tweepy 状态对象中检索日期和时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10868641/

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