Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’ll do another API exercise: you will parse your Twitter feed searching for book / movie / music / you-name-it recommendations. Can you create a simple ParrotRead? Enjoy
Articles on API
Simple Flask app to compare the weather of 2 cities
By Bob Belderbos on 20 April 2017
In this post I show you how to build a simple Flask app to compare the weather of 2 cities using the OpenWeatherMap API. Maybe this aids you in solving this week’s challenge.
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.