Skip to content

Instantly share code, notes, and snippets.

@FBosler
Last active August 19, 2019 06:18
Show Gist options
  • Save FBosler/2969d5cee8b28e1a6af0b91abc063bd7 to your computer and use it in GitHub Desktop.
Save FBosler/2969d5cee8b28e1a6af0b91abc063bd7 to your computer and use it in GitHub Desktop.
seed data for cohorts
ADJECTIVES = [
'cool','smart','beautiful','funky','dorky', 'babyish', 'back', 'bad', 'baggy', 'bare', 'barren', 'dorky', 'bad',
'calculating', 'calm', 'candid', 'canine', 'capital', 'carefree', 'hairy', 'half', 'handmade', 'handsome', 'handy',
'crazy', 'deliberate'
]
PEOPLE = list(set([names.get_first_name().lower() for i in range(10000)]))
PRODUCTS = [
'airplane','banana','train','bow','map','skull'
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment