The code for this blog is version 0.3 on github Now that i got a mostly function bot that can read from a channel and write to a channel, having random function in a script is not going to scale well it time to move this all in to a class. The class is going... Continue Reading →
Slack Bot writing to a database
The code for this blog is located here as version 0.2. So in the last blog i got a slack app to read and write to a channel. While this worked we did have some issues. One of them being every time we asked slack for the history of the channel we would get the... Continue Reading →
Slack Bot reading and writing from a channel
From the last post we have and idea on what we are going to build let start out. To start with i just want to create a very simple app that can read from a channel and post to a channel. These are the basic functionality of a karma bot and should be the first thing we test.
Slack Karma App in Python: Starting out
I've never made a Slack App before and i've wanted to make a somewhat simple app that would get me up and running with a making Slack App. A Karma app seem like something that easy enough that it wouldn't take to long to do, but still get me used to the Slack API. What... Continue Reading →