os / slacker

Full-featured Python interface for the Slack API
Apache License 2.0
1.6k stars 245 forks source link

Added chat.command with basic functionality #64

Closed jamescnowell closed 8 years ago

jamescnowell commented 8 years ago

This change enables executing slash commands through the API. While it isn't documented, chat.command can be seen in use in the Slack web UI. command is the slash command to apply, for example giphy or todo or catfact. text is the query or arguments to the slash command.

os commented 8 years ago

Thanks, @jamescnowell. Looks good to me 👍