How to Extract Data from Twitter using Python [Tweepy API]

Описание к видео How to Extract Data from Twitter using Python [Tweepy API]

In this video we discuss how to extract data from twitter using python leveraging the tweepy API to pull the tweets.

Extracting data from twitter using the tweepy api is easy but you first need to sign up for a twitter developers account here https://developer.twitter.com/ and start a project in order to get the auth codes to pull tweets.

Once you have your account go to github, I have the full code for the video available here:
https://github.com/SuperDataWorld/Pyt...

All you need to do is remove the hash from the start of the lines and add the Consumer key, Consumer Secret Key, Your Access token and Access Token Secret. With this in hand you are ready to extract data from twitter using Python.

Комментарии

Информация по комментариям в разработке