Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.01 KB

Twitter Web App

A shiny web app which displays tweets as per the hashtag provided. There is an option to set upper limits on the number of tweets.

Installation

It requires tweeteR package which is in development phase. Get the development version from the github:

install.packages("devtools")
devtools::install_github("cryptomanic/tweeteR")

Install the shiny package as usual.
install.packages("shiny")

App Demo (1)

alt tag

App Demo (2)

Search user on twitter by User Name.

alt tag

App Demo (3)

Now there is a Navigation Bar at the top.
First tab displays the tweets as per the given hashtag.

alt tag

Second tab displays user information and recent tweets by him/her.

alt tag