TWINT当我打印时得到<twint.tweet.tweet object =“” at =“” 0x000001583a8e56a0 =“”>无法打印列表

时间:2018-11-10 14:47:25

标签: python

import twint

c = twint.Config()
c.Username = "twitter"
c.Custom["tweet"] = ["id"]
c.Custom["user"] = ["bio"]
c.Limit = 10
c.Store_object = True
twint.run.Search(c)
tweets_as_objects = twint.output.tweets_object 
tweet = tweets_as_objects[1]
print (tweet)

0 个答案:

没有答案