Build a Twitter dashboard with bubble / python / cloud function
Discover this simple stack that uses NoCode, Python, Cloud and Serverless computing to build great web apps.
Most use cases of a web application are to get information from the user, retrieve data, process data, and return the result. With this stack you can easyly do this, whitout know enything about front web. Just a little bit of python.
For example, if you are a back end programmer and have a lot of scripts hidden in multiple jupyter notebooks, it is perfect for publicizing your projects.
What we will to use ?
Front and database : Bubble — a very powerfull nocode app builder : bubble.io
Fetch data : Python with tweepy library + API twitter : doc.tweepy.org
Deploy script : GCP Cloud function — a serverless cloud tools who give us the possibility of trigger a script by HTTP : developers.google.com/learn/topics/functions
What we going to build ?
A small application that displays the data of a Twitter user. You can look the result here (this is an improved version of the application that we are going to build in this tutorial, but the principle is the same): twittercompar.io