davharris / Titlebot

Artistic License 2.0
9 stars 3 forks source link

Shiny App? #10

Open noamross opened 10 years ago

noamross commented 10 years ago

Enter your twitter handle and automatically create a bot! The main thing to do would be to write a function to retrieve as many tweets as possible, given that you can only get 200 with the standard twitteR functions. greptweets just runs repeated requests with a 1 second delay between them. It should be easy to port this script to R:

https://github.com/kaihendry/greptweet/blob/master/fetch-tweets.sh

davharris commented 10 years ago

Ooh. I like.