codeforamerica / glossary-bot

A Glossary bot for Slack
MIT License
116 stars 45 forks source link

Ability to bulk import definitions? #36

Open nmsonline opened 8 years ago

nmsonline commented 8 years ago

Is there a way to manually insert definitions in bulk - through accessing the database directly?

tmaybe commented 8 years ago

There's no automatic way to do this at the moment, but I'll think about the best way to implement it... If you're comfortable with the command-line and have some basic knowledge of postgresql, you can connect to the server running your bot and import stuff manually.

tmaybe commented 8 years ago

I'll poke around and see if I can write up the best way to go about this.

bsmithgall commented 8 years ago

Bump! This would be great. Is it possible to do some sort of auth through slack?