Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 506 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 506 Bytes

Bolt SDK Intro

The repo contains implementation of simple slack bot with python, java and javascript(typescript).

  • bolt-intro-java Uses a basic maven project to implement the bot. I believe it can be used in any framework such as Spring Boot.
  • bolt-intro-python Uses a basic python and slack_bot package to implement the bot.
  • bolt-intro-javascript Uses @slack/bolt package and the bot implementation using js also scales very well.