Quantcast
Channel: How to extract the text part of hastags using tweepy? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by abderrahmane for How to extract the text part of hastags using tweepy?

to get hashtags as a list use:list(map(lambda a:a['text'],tweet.entities['hashtags']))

View Article



How to extract the text part of hastags using tweepy?

I am trying to scrape some data from twitter to perform sentiments analysis, I want to be able to get the username, tweets, number of likes, number of retweets, location, date and hashtag.Every other...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images