我正在尝试使用python中的Tweepy从人们的tweet中捕获媒体urls。['entities']['media']['media_url'] tweet_media应该是tweet中媒体的直接url,但我一直收到这个错误: Exception has occurred: TypeErrorintegers or slices, not str
tweet_media = clean_data['entities']['
我想使用tweepy来传输来自tweeter的数据,我使用这个视频( )来学习如何做到这一点,但不幸的是,我遇到了这个错误,from tweepy\lib\site-packages\tweepy-2.3-py3.4.egg\tweepy\streaming.py", line 418, in filter
File "C:\Python34\lib\site-package
我试着做一个tweepy机器人,我一直在犯这个错误,我不知道该怎么办。File "main.py, line 9, in <module>TypeError: 'NoneType' object is not iterable我使用python 3.6.9和tweepy 4.4.0import tweepy
client = tweepy</em