Skip to content

qtibia/generate_tag_names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate tag names

The idea is to generate unique tag names for conferences to improve social networking.

Thus, the unique tags will be generated from a list of animal (mythical creatures) names and adjectives.

Members that want to play it better should try to create a story backing up the tag name and also try to blend in the character.

E.g the "hysterical piggy" may sometimes be hysterical,

Creation of the sqlite table:

CREATE TABLE names (id integer PRIMARY KEY, name_m text UNIQUE, name_f text UNIQUE);

The names.csv table is a mirror of the names table in the db.

Run export.sh on your *nix machine to export to csv.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages