Skip to content

A Pyton code to plot count of tweets posted by selected handle in each hour.

Notifications You must be signed in to change notification settings

khubaibahmed/TwitterHandleActivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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 = ""

About

A Pyton code to plot count of tweets posted by selected handle in each hour.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages