Skip to content

Instantly share code, notes, and snippets.

View micahwoods's full-sized avatar

Micah Woods micahwoods

View GitHub Profile
@micahwoods
micahwoods / tweet_activity.R
Last active August 29, 2015 14:14
downloads user timelines and calculates favorites and retweets for last X tweets
# some retweet analysis
# load necessary packages
library("twitteR")
library("dplyr")
library("lubridate")
library("ggplot2")
# make a twitter app at https://apps.twitter.com/
# and get the api key, secret, and access token info