Member-only story

How to scrape Twitter data without an API

Manpreet Singh
7 min readApr 9, 2021

--

Welcome back! If you follow my articles you know I love scraping data, but you don’t care about my background, so let’s talk about scraping some Twitter data! In this tutorial we will be using Python, we’ll also be using Twitter’s website to get the data, this means no API, limits or credentials needed to get in the way of us getting valuable data!

First off

As always, if you have any suggestions, thoughts or just want to connect, feel free to contact / follow me on Twitter! Also, below is a link to some of my favorite resources for learning programming, Python, R, Data Science, etc.

Basic introduction you could probably skip that I copied from my other article

First things first, we will need to have Python installed, read my article here to make sure you have Python and some IDE installed. Next, I wrote an article on using Selenium in Python, Selenium is a web scraping package that allows us to mimic a web browser using Python, it might be best to read that article for more of…

--

--

Manpreet Singh
Manpreet Singh

No responses yet