Card image cap
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… from Building A Social Network from Retweets in Python: A Simple Guide

Card image cap
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… from How to Scrape a Twitter Timeline

How to Stream Tweets using the Twitter API

EDIT (Feb 2023): As of 09/02/2023, Twitter is closing down public access to the API and replacing it with a paid service. Collecting tweets from Twitter can be done in a number of different ways. In a previous blog post, we showed how to extract social network interactions using TWINT – a Python package for […]

Read More… from How to Stream Tweets using the Twitter API

Card image cap
How to Create Twitter API Keys in 2022: 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. Many data science projects involve interacting with an API in order to scrape data which can be used for analysis. From an academic perspective, Twitter is a popular platform for understanding people’s options […]

Read More… from How to Create Twitter API Keys in 2022: A Simple Guide

How to Hydrate Tweets using Twython

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 the previous blog post, we introduced the easy way of collecting tweets by using Hydrator. If you don’t know what it means to ‘hydrate’ tweets, go back and read the previous post […]

Read More… from How to Hydrate Tweets using Twython

How to Hydrate Tweets using Hydrator

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 this two-part series post, we cover two ways to hydrate tweets for data analysis. I thought it was best to split this into two parts covering the easy way and the slightly […]

Read More… from How to Hydrate Tweets using Hydrator

Card image cap
Interaction Networks of #COVID19 and "Delta variant" on Twitter

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 the previous post, we went through the process of how to collect data from Twitter (Via Twint) using a few key terms. We then used regular expressions to extract the relevant parts […]

Read More… from Interaction Networks of #COVID19 and "Delta variant" on Twitter

Extracting Interactions Networks from Twitter using TWINT and Python

EDIT (Jan 2023): It looks like TWINT is not long being updated as the GitHub rep has now been archived. Twitter is a pretty cool platform for many reasons. People can post whatever they’re interested in and allow the entire world to know what they think. Aside from this, one of the most important features […]

Read More… from Extracting Interactions Networks from Twitter using TWINT and Python