gelstudios / dankBot

the dankest (hip)chat bot in all the land
6 stars 9 forks source link

feature: dictionary / urban dictionary lookup #24

Open gelstudios opened 8 years ago

gelstudios commented 8 years ago

lookup urban dictionary definitions with /define or something

jrgabler commented 8 years ago

Py-UrbanDict has already done something like this. Could be easily integrated into dank bot.

Here's the link for getting json regarding a word: http://api.urbandictionary.com/v0/define?term= [ENTER WORD]

Examples:

I'll look into maybe writing something for this, but if someone else wants to do it, then awesome

jrgabler commented 8 years ago

In progress

Handled in: https://github.com/gelstudios/dankBot/pull/32