"drop table moods" is my favorite so far. It's also interesting to contrast this site (where the majority seems to be doing neutral to well) with the massive attention that the "everything is declining" thread has been getting.
No map? no aggregation? When I read "mood of the world", I was imagining something other than a long list of recent submissions, but either one aggregate or a map there you can zoom in and out to see aggregation or detail at different regional levels.
In case you want to filter by country, run this admittedly ugly code, in the console. Change 'US' to your country of interest.<p>var jq = document.createElement('script');
jq.src = "<a href="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js";" rel="nofollow">https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.mi...</a>
document.getElementsByTagName('head')[0].appendChild(jq);
setTimeout(function() {
$('table').find('tr').each(function() { if ($(this).find('td').first().text() != 'US') {$(this).hide()}});
}, 1000);
Remember in the early days of twitter when the tweet data was largely open and all kinds of neat projects popped up. There was something like this based on real time tweets.
See also: <a href="http://www.wefeelfine.org/" rel="nofollow">http://www.wefeelfine.org/</a> & <a href="https://jjh.org/we-feel-fine" rel="nofollow">https://jjh.org/we-feel-fine</a>
Please see if you can add options for the feelings. It is easier to decide on a feeling when you see a list of options. It will also make aggregating easier.