Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Articles on bot
Code Challenge 41-44 Review – APIs, Regex, Chatbots and Marvel Data Analysis
By PyBites Team on 10 December 2017
In this article we review last week’s Daily Python Tip Part 1 – Make a Web App code challenge.
Code Challenge 27 – PRAW: The Python Reddit API Wrapper
By PyBites Team on 11 July 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! Love or hate Reddit, it has a lot of good data to work with. This week we have you write an app of your choice using the Reddit API. Have fun!
Building a Karma Bot with Python and the Slack API
By Bob Belderbos on 25 June 2017
We love Slack! But what if we can make it even cooler? Imagine: you are geeking out with your fellow developers on Slack and you want to give them credit. Or you can write “stupidsubject–” and it automagically shows “stupidsubject’s karma decreased to -2”. Enter Karma Bot. This is nothing new but building one myself was a great learning exercise and a fun tool we use on our Slack now.
How to Build a Simple Slack Bot
By Bob Belderbos on 4 April 2017
I was playing with Slack’s Real Time Messaging API the other day. Building a bot is pretty easy. In this article a simple example.