Skip to content

Instantly share code, notes, and snippets.

@6220119
Forked from TheNextGuy32/Emotions.json
Created May 24, 2025 11:50
Show Gist options
  • Save 6220119/86a77e88b11326d8dc4b9030f433dc88 to your computer and use it in GitHub Desktop.
Save 6220119/86a77e88b11326d8dc4b9030f433dc88 to your computer and use it in GitHub Desktop.
{
"Bad": {
"Bored": ["Indifferent", "Apathetic"],
"Busy": ["Pressured", "Rushed"],
"Stressed": ["Overwhelmed", "Out of control"],
"Tired": ["Sleepy", "Unfocussed"]
},
"Fearful": {
"Scared": ["Helpless", "Frightened"],
"Anxious": ["Overwhelmed", "Worried"],
"Insecure": ["Inadequate", "Inferior"],
"Rejected": ["Excluded", "Persecuted"],
"Threatened": ["Nervous", "Exposed"]
},
"Angry": {
"Let down": ["Betrayed", "Resentful"],
"Humiliated": ["Disrespected", "Ridiculed"],
"Bitter": ["Indignant", "Violated"],
"Mad": ["Furious", "Jealous"],
"Aggressive": ["Provoked", "Hostile"],
"Frustrated": ["Infuriated", "Annoyed"],
"Distant": ["Withdrawn", "Numb"],
"Critical": ["Skeptical", "Dismissive"]
},
"Disgusted": {
"Disapproving": ["Judgmental", "Embarrassed"],
"Disappointed": ["Appalled", "Revolted"],
"Awful": ["Nauseated", "Detestable"],
"Repelled": ["Horrified", "Hesitant"]
},
"Sad": {
"Hurt": ["Disappointed", "Embarrassed"],
"Depressed": ["Inferior", "Empty"],
"Guilty": ["Remorseful", "Ashamed"],
"Despair": ["Powerless", "Grief"],
"Vulnerable": ["Fragile", "Victimized"],
"Lonely": ["Abandoned", "Isolated"]
},
"Happy": {
"Playful": ["Aroused", "Cheeky"],
"Content": ["Free", "Joyful"],
"Interested": ["Curious", "Inquisitive"],
"Proud": ["Successful", "Confident"],
"Accepted": ["Respected", "Valued"],
"Powerful": ["Courageous", "Creative"],
"Peaceful": ["Loving", "Thankful"],
"Trusting": ["Sensitive", "Intimate"],
"Optimistic": ["Hopeful", "Inspired"]
},
"Surprised": {
"Excited": ["Eager", "Energetic"],
"Amazed": ["Awe", "Astonished"],
"Confused": ["Perplexed", "Disillusioned"],
"Startled": ["Shocked", "Dismayed"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment