Hello fellow ChatGPT enthusiasts,
I hope you’re all doing great! I’m reaching out to you all for some guidance and advice regarding a plugin I’ve developed. The plugin successfully fetches the top Twitter trending topics, but I’m facing an issue in displaying the results in a tabular format.
I have tried several JSON responses and even attempted to use markdown, but unfortunately, I haven’t been successful in achieving the desired output. I would really appreciate it if someone could help me figure out how to display the results as tables.
Here’s my current JSON result as an example:
[
{
“name”: “Overall”,
“items”: [
{
“tweetVolume”: 3953405,
“name”: “Trump”
},
{
“tweetVolume”: 1598181,
“name”: “JIMIN JIMIN”
},
{
“tweetVolume”: 1453566,
“name”: “President”
},
{
“tweetVolume”: 1297505,
“name”: “Barbie”
}…
]
}
}
Any assistance, suggestions, or examples would be highly appreciated.
Thank you in advance for your time and support!
Regards
Ricardo