标签: python twitter tweepy
我需要分析我使用tweepy获得的tweet消息,但是我得到的tweet部分的末尾有3个点
for tweet in tweepy.Cursor(api.search, q=searchTerm, tweet_mode='extended').items(10): tweettext = str(tweet.full_text.lower().encode('ascii', errors='ignore'))