#FunDataFriday – See your TwitterBot

[This article was first published on #FunDataFriday - Little Miss Data, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

 
Screen Shot 2020-05-15 at 12.36.22 AM.png
 

Hi friends, it’s been quite a while since I’ve done a #FunDataFriday entry and boy do I have a doozy for you today!

What is it?

A few days ago, Bryan D Martin shared a shiny app created by one of his undergraduate students (Thomas Serrano) which will read your Twitter history and produce tweets matching your patterns.

Why is it awesome?

It’s awesome because it’s hilarious! Be prepared to laugh at yourself. Your Twitter history will be reduced into a few main themes and your your text patterns (or lazy habits) magnified.

Check out my results below in what I’m calling the LauraBot.

LauraBot Making Small Talk

I like this version of LauraBot. She’s unapologetically throwing out sass or hook lines with no apparent purpose.

 
Screen Shot 2020-05-15 at 12.36.09 AM.png
  

LauraBot on Data

LauraBot learned very quickly that I talk a LOT about data, dataviz and geek activities. Though I do like to think that I have a bit more substance than just “The book with the nerdy activities too right?”.

Screen Shot 2020-05-15 at 12.33.32 AM.png

LauraBot on Women in Tech

It also picked up on #rladies and our meetups as well as my general posting about women in tech and being a mom. Probably the funniest post below is the mashup of it all; “Women attending a business photos #momlife”.

Screen Shot 2020-05-15 at 12.32.41 AM.png

LauraBot on Others

I also try to share the work of others and I guess LauraBot figured that out too. I personally would love to see the tutorial studying the relative popularity of Caitlin Hudon, or check out Emily Robinson’s firefox extension. I sure would love to know what Roger Rabbit hole we went down with David Robinson!

Screen Shot 2020-05-15 at 12.36.15 AM.png
 

How to Get Started?

I highly encourage you to check out your own Twitter bot! It was a super fun way to start my Friday. You can visit the app directly here, or you can run it locally with the below R code from their website.

remotes::install_github("serrat839/mRkov") 
install.packages("shiny") 
library(shiny) 
shiny::runGitHub("mRkov_shiny", username="serrat839") 


To leave a comment for the author, please follow the link and comment on their blog: #FunDataFriday - Little Miss Data.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)