Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added new tweet nouns and tweet noun categories #11

Merged
merged 1 commit into from
Oct 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 40 additions & 1 deletion tweet_nouns.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,38 @@
'PSP',
'PS Vita',

# nature
'bolt of lightning',
'campfire',
'body of water',
'cloud over the sun',
'trail in the woods',
'oak tree',
'swamp',
'island',
'archipelago',

# rpg classes\skins
'rogue',
'mage',
'archer',
'berserker',
'cleric',
'necromancer',
'summoner',
'bard',
'shadowknight',
'dragoon',
'fae',
'ghost',
'ghoul',
'infernal',
'mortal',
'queen',
'vampire',
'werewolf',
'witch',

# goofy things
# NOTE: must make sense after "{adjective} {label}" (example: tiny queer [something])
'handdrawn picture of a stick family hanging in the The Louvre',
Expand All @@ -214,5 +246,12 @@
'automatic kitty litter box',
'horribly biased machine learning code out to screw over the most vulnerable',
'twitter meme trend',
'unintended consequence of a homogenous software engineering team'
'unintended consequence of a homogenous software engineering team',
'indie song about friendship',
'color',
'treekisser',
'castle',
'lighthouse in the darkness',
'graphic novel memoir',
'scream into the void'
]