SkillAgentSearch skills...

Viewtweets

๐Ÿ™ˆ๐Ÿต View tweets (timelines, favorites, searches) in Rstudio ๐Ÿต๐Ÿ™ˆ

Install / Use

/learn @mkearney/Viewtweets
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. Please edit that file -->

viewtweets <img src="man/figures/logo.png" width="160px" align="right" />

<!--[![Build status](https://travis-ci.org/mkearney/viewtweets.svg?branch=master)](https://travis-ci.org/mkearney/viewtweets) [![CRAN status](https://www.r-pkg.org/badges/version/viewtweets)](https://cran.r-project.org/package=viewtweets) [![Coverage Status](https://codecov.io/gh/mkearney/viewtweets/branch/master/graph/badge.svg)](https://codecov.io/gh/mkearney/viewtweets?branch=master) #![Downloads](https://cranlogs.r-pkg.org/badges/viewtweets) #![Downloads](https://cranlogs.r-pkg.org/badges/grand-total/viewtweets)-->

lifecycle

View Twitter timelines in Rstudio.

Installation

Install the development version from Github with:

## install remotes pkg if not already
if (!requireNamespace("remotes")) {
  install.packages("remotes")
}

## install from github
remotes::install_github("mkearney/viewtweets")

View home timeline

View home (authenticating userโ€™s) timeline:

<p style="align:center"> <img src="inst/tools/readme/home.gif" /> </p>

View user timeline

View tweets posted by a given user:

<p style="align:center"> <img src="inst/tools/readme/user.gif" /> </p>

View search results

Search Twitter and view matching results:

<p style="align:center"> <img src="inst/tools/readme/search.gif" /> </p>

Related Skills

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated6y ago
Forks1

Languages

R

Security Score

80/100

Audited on Jan 3, 2020

No findings