Skip to content

Instantly share code, notes, and snippets.

@WilsonMongwe
Created October 7, 2017 06:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WilsonMongwe/6c7546b716167ae44a8c664b57f5ab6c to your computer and use it in GitHub Desktop.
Save WilsonMongwe/6c7546b716167ae44a8c664b57f5ab6c to your computer and use it in GitHub Desktop.
#This code reads in the tweets from the timelines of the three news websites
#Note that there is a limit of 3200 tweets that can be extracted from a users timeline.
fin24Tweets <- userTimeline('Fin24', n=3200)
bdLiveTweets <- userTimeline('BDliveSA', n=3200)
moneyWebTweets <- userTimeline('Moneyweb', n=3200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment