Michael W. Kearney

Results 23 comments of Michael W. Kearney

Yeah. A recent change initiated by Twitter now requires the creation of a Twitter token to make API requests via rtweet. There are instructions here: http://rtweet.info/articles/auth.html. I've been meaninng to...

botornot uses rtweet under the hood. So you'll have to register and app through Twitter and save the token–a fairly quick and easy process outlines step-by-step here: http://rtweet.info/articles/auth.html.

@john-guerra it's fairly agnostic about language. But I'd like to add more features based on lang soon. @channabasavagola can you install latest version of rtweet and botrnot? I'm actively developing...

You need to make sure the dependencies are installed. Currently, I'd recommend using the remotes package and set `dependencies = TRUE` ``` r ## install remotes pkg if not already...

It uses over a hundred features extracted from your user-level and tweet-level (most recent 100 tweets) data. I'm working on more detailed manuscript and will be sure to share links...

Can you include the code you used? This error is typically due to an incorrect path passed to `readRDS()`, which would have to be from either (a) when you read...

Sorry, yall. I've been slowly overhauling [tweetbotornot](https://github.com/mkearney/tweetbotornot) with the help of top improvements to [rtweet](https://github.com/mkearney/rtweet) and [textfeatures](https://github.com/mkearney/textfeatures). This particular error is due to changes in **{{tweetbotornot}}** and **{{textfeatures}}**, but I'd...

@JosiahParry did you find a solution to your ADO error (`Error in 'git2r_remote_ls'`)?

I'd be happy to help integrate rtweet. Should reduce some headaches related to authentication too.

I forked a branch and started integrating rtweet. I think this could be done relatively quickly!