Open wfaithfull opened 5 years ago
The /api/summaries route shows the hottest topics summarised for each day like so:
/api/summaries
{ content: { 2019-05-15: [ { avg_sentiment: 0.4811181818181818, day: "2019-05-15", num_tweets: 37.046099999999996, subject: "amp", subject_type: "PHRASE", sum_sentiment: 77 }, ...
I would like to include a visualisation of these topics over time, so we can see the rise and fall of specific topics in terms of popularity, and also their sentiment scores. Suggestions invited.
The
/api/summaries
route shows the hottest topics summarised for each day like so:I would like to include a visualisation of these topics over time, so we can see the rise and fall of specific topics in terms of popularity, and also their sentiment scores. Suggestions invited.