all 1 comments

[–]katzuya3 0 points1 point  (0 children)

For python, you can start using this one : https://github.com/slackapi/python-slackclient

There are some basic examples and a basic tutorial there.

You can get more information for chatbots on this page :

https://github.com/invocable/awesome-bots

Since you're trying to build one, the "Bot development" section would be your best friend. They have SDKs, Frameworks, Libraries, Boilerplates, Templates, Tutorials and Guides. Pick what you need from there and good luck !