Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 630 Bytes

Dump Tweets to Dataframe and Plot Twitter Handle Activity

A Python code to plot count of tweets posted by selected handle in each hour. You can also dump the dataframe in csv format.

Install Requirements

  • tweepy
  • pandas
  • matplotlib

User Handle

Select a twitter handle of your choice

userId='WJSDTech'

How to get Twitter Access Tokens

Obtaining user access tokens

Consumer keys and access tokens, used for OAuth

consumer_key = ""
consumer_secret = ""
access_token = ""
access_token_secret = ""