Building A Social Network from Retweets in Python: A Simple Guide

EDIT (Feb 2023): As of 09/02/2023, Twitter is closing down public access to the API and replacing it with a paid service. Social media is incredibly useful for maintaining friendships, reaching out and interacting with others. In particular, social media platforms like Twitter allow people to share and exchange ideas freely and easily. In a … Read more

How to Scrape a Twitter Timeline

EDIT (Feb 2023): As of 09/02/2023, Twitter is closing down public access to the API and replacing it with a paid service. In a separate blog post, we covered the basics for learning how to stream tweets from Twitter using Python. This is ideal if you are interested in collecting tweets in real-time as and … Read more

Best JavaScript Libraries for Interactive Data Visualisations in 2022

In a separate blog post, we talked about the need for building highly interactive data visualisations which you can show off to others. That’s great if you would prefer to create visualisations without the stress of having to write any code. That being said, you may find yourself in a situation where you need to … Read more