dhudsmith/pull_twitter

entities.hashtags

patrick-lee-warren opened this issue · 3 comments

In V1 API, there was a field called entities.hashtags. I include "entities" in my config file, but it doesn't come through. Is it available?

The entities object is a big nested structure with arrays making it not easy to flatten for the csv. That being said, it wouldn't be too hard to just dump that nested structure in a new column for each tweet record. Would this be good enough?

Adding 'entities' to 'tweet_fields' in the config now works correctly. Entities are saved in the data_tweets.csv file under the 'entities' column.