MSnowman / social-analytics

1 stars 0 forks source link

Streamer APP - Save Relevant tweets to SQL Table #7

Open MSnowman opened 4 years ago

MSnowman commented 4 years ago

I, as a user, need to be able to save tweets classified as relevant to a data store in MySQL.

Data Elements tweet_time unique_tweet_id analysis_name
tweeter tweeter_screen_name tweet_text
tweet_hashtags
tweet_user_mentions tweeter_location
tweeter_description tweeter_followers
tweeter_tweet_count retweet retweet_id
retweet_time
retweet_user_id retweet_followers

jimmyo15 commented 4 years ago

We have this already. Not with all below fields. Can modify. Look at event handler app.

Sent from my iPhone

On Oct 11, 2019, at 8:22 AM, MSnowman notifications@github.com wrote:

I, as a user, need to be able to save tweets classified as relevant to a data store in MySQL.

Data Elements tweet_time unique_tweet_id analysis_name tweeter tweeter_screen_name tweet_text tweet_hashtags tweet_user_mentions tweeter_location tweeter_description tweeter_followers tweeter_tweet_count retweet retweet_id retweet_time retweet_user_id retweet_followers

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

MSnowman commented 4 years ago

@jimmyo15 Nice! One less thing.

Thx