Skip to content

cryptomanic/Twitter-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web app built using shiny package in R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages