mattmakai / fullstackpython.com

Full Stack Python source with Pelican, Bootstrap and Markdown.
https://www.fullstackpython.com/
MIT License
2.88k stars 627 forks source link

updates build-first-slack-bot-python tutorial for modern Slack Apps #145

Closed aoberoi closed 6 years ago

aoberoi commented 6 years ago

the content and screenshots are updated to push away from Slack custom integrations and towards Slack Apps. Custom integrations are less powerful and represent a dead end in terms of further development in the Slack Platform.

one significant code change is the removal of the separate script used to find the bot user ID, as there is an API method that can be used to get it at runtime.

mattmakai commented 6 years ago

awesome, thank you @aoberoi @beardouglas, I'll merge, rebuild and push to live site

aoberoi commented 6 years ago

@mattmakai 🙌

one last thing... we need to merge this guy to get it up to parity: https://github.com/mattmakai/slack-starterbot/pull/7

mattmakai commented 6 years ago

👍 thanks, somehow I missed that PR. appreciate the heads up