How to get TWITTER data and analyze it using Python [official API]

Опубликовано: 22 Декабрь 2020
на канале: Algovibes
68,957
1.3k

Hi everyone,
this video shows how you can get twitter data with the official API.
In the end of this video I am applying some NLP techniques which is
just a code copy from Alex the Analyst with some amendments on my twitter data.

Please check out Alex the Analyst video on more in depth information!

   • Scraping Data Off Twitter Using Pytho...  

Link to twitter dev account:

  / en  


Get the Notebook/Source code by becoming a Tier-2 Channel member:
   / @algovibes  

0:00 - 01:57 Prerequisites: Twitter Dev Acc, Keys and libraries
01:57 - 04:00 Authentification with the Twitter API
04:00 - 06:49 Functionality of the cursor
06:49 - 07:33 Keyword search
07:33 - 09:55 Getting multiple tweets and properties of those
09:55 - 11:15 Problem of limited requests and possible workarounds
11:15 - 12:50 Getting rid of retweets
12:50 - 13:36 Idea of possible basic analysis of the tweets
13:36 - 17:01 Alex the Analyst NLP Code application on the obtained twitter data