18F / standup-slack-bot

A Slack bot to streamline team standup without disturbing the overall flow of conversation
https://standup-slack-bot.app.cloud.gov/
Other
87 stars 31 forks source link

Use botkit for fetching user info instead of making direct Slack Web API calls #50

Closed mgwalker closed 8 years ago

mgwalker commented 8 years ago

https://www.npmjs.com/package/botkit#using-the-slack-web-api

Just have to get the bot object into the lib/tools/getUserInfo function somehow. Would cut down a fair bit of code, I think.

stvnrlly commented 8 years ago

This is implemented, though tests still need to be updated to account for the flow.