All Projects β†’ mkearney β†’ viewtweets

mkearney / viewtweets

Licence: GPL-3.0 license
πŸ™ˆπŸ΅ View tweets (timelines, favorites, searches) in Rstudio πŸ΅πŸ™ˆ

Programming Languages

r
7636 projects
CSS
56736 projects

Projects that are alternatives of or similar to viewtweets

cspan data
A repo for tracking the number of followers of Congress, the Cabinet, and Governors
Stars: ✭ 16 (-23.81%)
Mutual labels:  twitter-api, rtweet
nicar tworkshop
Slides for #NICAR18 workshop on collecting and analyzing Twitter data
Stars: ✭ 23 (+9.52%)
Mutual labels:  twitter-api, rtweet
rtweet.download
{rtweet} helpers for automating large or time-consuming downloads
Stars: ✭ 24 (+14.29%)
Mutual labels:  twitter-api, rtweet
Rstudioconf tweets
πŸ–₯ A repository for tracking tweets about rstudio::conf
Stars: ✭ 32 (+52.38%)
Mutual labels:  twitter-api, rstudio
xaringan-basics-and-beyond
Sharing Your Work with xaringan: Workshop created for the NHS-R Community 2020 Virtual Conference.
Stars: ✭ 43 (+104.76%)
Mutual labels:  rstudio
kuon
🐦 [WIP] Twitter Client Library written in Rust πŸ¦€
Stars: ✭ 47 (+123.81%)
Mutual labels:  twitter-api
rscloud
Managing RStudio Cloud spaces with R
Stars: ✭ 19 (-9.52%)
Mutual labels:  rstudio
TwitterAutoReplyBot
This is a tiny Python script that replies to a specified number of tweets containing a specified hashtag.
Stars: ✭ 33 (+57.14%)
Mutual labels:  twitter-api
large-video-upload-python
Sample Python code for uploading video up to 140 seconds and/or up to 512Mb.
Stars: ✭ 109 (+419.05%)
Mutual labels:  twitter-api
lua-twitter
A Lua twitter library that works with OpenResty or LuaSocket
Stars: ✭ 29 (+38.1%)
Mutual labels:  twitter-api
twpy
Twitter High level scraper for humans.
Stars: ✭ 58 (+176.19%)
Mutual labels:  twitter-api
stweet
Advanced python library to scrap Twitter (tweets, users) from unofficial API
Stars: ✭ 287 (+1266.67%)
Mutual labels:  twitter-api
big-data-upf
RECSM-UPF Summer School: Social Media and Big Data Research
Stars: ✭ 21 (+0%)
Mutual labels:  rstudio
spark-twitter-sentiment-analysis
Sentiment Analysis of a Twitter Topic with Spark Structured Streaming
Stars: ✭ 55 (+161.9%)
Mutual labels:  twitter-api
compareWith
RStudio Addins for Enhanced Diff and Merge
Stars: ✭ 52 (+147.62%)
Mutual labels:  rstudio
ermoji
πŸ€·β€β™‚οΈ RStudio Addin to Search and Copy Emoji
Stars: ✭ 26 (+23.81%)
Mutual labels:  rstudio
shinyAppTutorials
a collection of shiny app demonstrations πŸ“Š
Stars: ✭ 50 (+138.1%)
Mutual labels:  rstudio
nitter scraper
Scrape Twitter API without authentication using Nitter.
Stars: ✭ 31 (+47.62%)
Mutual labels:  twitter-api
twitter-php-ads-sdk
A Twitter supported and maintained Ads API SDK for PHP.
Stars: ✭ 51 (+142.86%)
Mutual labels:  twitter-api
kafka-twitter-spark-streaming
Counting Tweets Per User in Real-Time
Stars: ✭ 38 (+80.95%)
Mutual labels:  twitter-api

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:

View user timeline

View tweets posted by a given user:

View search results

Search Twitter and view matching results:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].