-
Notifications
You must be signed in to change notification settings - Fork 12
/
moods.py
136 lines (135 loc) · 3.44 KB
/
moods.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
import random
MOOD_LIST = [
"Contemplating Python",
"Looking at PHP",
"Incoherent screaming",
"AAAAAAAAAAAAAAAAAA",
"Surprised that this works tbh",
"Marveling at the mastodon API",
"Thinking of better moods to add to this list",
"Oh no, someone submitted this mood to my list!",
"booM",
"Mood!",
"Mooooood 🐄",
"Here I am, brain the size of a planet, and they ask me to update their mastodon profile.",
"Mah Nà Mah Nà",
"Submit a PR",
{
"label": "insert_label_here",
"content": "insert_content_here",
},
"evil",
"meow",
"woem",
"zzzzzzzzzz",
"now breathing consciously",
"now blinking consciously",
"*whistles innocently*",
"reticulating splines",
r"X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-MOOD!$H+H*",
"[object Object]",
"~nyaaaa",
"OwO notices ur https://tnt.tools/ghmfc",
":blobfoxpleading: :blobfoxblush:",
"am gay uwu",
"foxes? in this brain? it's more likely than you think",
"Right now, I'm just looking at your profile.",
"🥺👉👈",
"Not involved in human trafficking",
"training foxes to edit Wikipedia",
"100% asbestos-free",
'voted "Cutest Cat Ears" this side of the Atlantic',
"does not fulfill a structural need",
"Wololo 🙏",
"is not oomf",
"thinking about bees",
{
"label": "Fact",
"content": "Foxes are just cat software running on dog hardware.",
},
"not plotting the next evil scheme for the Fox Cabal",
"[fox screm]",
"looking at a blåhaj",
"looking at a gay blåhaj",
{
"label": "Gay",
"content": "Yes",
},
{
"label": "Snoot boops today",
"content": str(random.randint(1, 20)),
},
"See https://en.wikipedia.org/wiki/Help:Magic_words",
":3",
{
"label": "Fun Fact",
"content": "I'm not a catgirl :3",
},
"awawawawa",
"I'm not a robot, I'm a fox!",
"I'm not a fox, I'm a robot!",
{
"label": "Scoville Heat Units",
"content": "1,500,000 SHU",
},
"What even is a dict",
"What even is a list",
{
"label": "awoooo?",
"content": "yes",
},
{
"label": "GREEN!",
"content": "PURPLE!",
},
{
"label": "Favourite percussion instrument",
"content": "EWOULDBLOCK",
},
{
"label": "Traceback (most recent call last):",
"content": "IndexError: list index out of range",
},
{
"label": "TypeError",
"content": "Cannot read property 'undefined' of undefined",
},
{
"label": "Segmentation fault",
"content": "(core dumped)",
},
{
"label": "Status: 200 OK",
"content": 'Body: { "success": false }',
},
"has encountered a problem and needs to close",
"Past tense of moo",
"fops",
"fox",
"fopks",
"fokps",
{"label": "merge", "content": "conflicted"},
"eepy",
"eepn't",
"in 'detached HEAD' state",
"Moopsy!",
"Yassie!",
"Yaseen",
{
"label": "Long Kermit!",
"content": "36 inches!",
},
{
"label": "Really confuses the thread of conversation",
"content": "Top Posting",
},
"I wonder what this button does...",
"Lean, mean, bug-fixing machine!",
"nuanced",
"cuddling Livvy",
"cuddling Dani",
{
"label": "Currently:",
"content": "Digging",
},
]