howdyai / botkit

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.
MIT License
11.46k stars 2.28k forks source link

[Slack] Bot code examples #1190

Closed atherdon closed 6 years ago

atherdon commented 6 years ago

Did Botkit have some big opensourced Slack bot examples for some inspiration, grow experience and study from pros?

peterswimm commented 6 years ago

We have this: https://github.com/howdyai/botkit/tree/master/examples/slack

But we are thinking of ways to have more examples of complete bots, probably in conjunction with our Botkit Studio project, akin to what our friends at Cisco have made:

https://github.com/howdyai/trello-ciscospark

peterswimm commented 6 years ago

Track these efforts here: https://github.com/howdyai/botkit/projects/2

atherdon commented 6 years ago

Like this project: https://github.com/markstickley/spotifyslackbot/blob/master/spotifybot.js

peterswimm commented 6 years ago

@atherdon that is a very old version of botkit. It might be more helpful to look at stuff like these cisco projects which are based on more recent versions of Botkit: https://ciscosparkambassadors.github.io/StarterKits/

We want more slack examples in 2018, so stay tuned!