标签: python-3.x api twitter tweepy
我是python的新手,我正在使用This脚本来获取推文。但问题是它没有提供完整的Text.Instead它给了我推文的URL。
输出 “
“text”:“@ Damien85901071 @ Loic_23 @EdwinZeTwiter @Christo33332 @lequipedusoir @Cristiano @RealMadrid_FR @realfrance_fr \ u2026'ShortenURL”,
我需要在此脚本中进行哪些更改才能获得全文?
答案 0 :(得分:0)
查看Twitter's tweet_mode=extended option以及Python代码中可能需要将其添加到脚本中的位置。
tweet_mode=extended