streamR icon indicating copy to clipboard operation
streamR copied to clipboard

Dev version of streamR package: Access to Twitter Streaming API via R

Results 15 streamR issues
Sort by recently updated
recently updated
newest added

Dear community, I run the code to get started with stream R just as in the description, inserting my consumer key/secret through the ROAuth package. However, when "doing the handshake"...

Hi team! First of all, congratulations for this package. I have problems in the parseTweets function, only few tweets are correctly parsed. I think it is due to some encoding...

This issue falls under the more _reconciliation with twitteR_ umbrella. The only handling of authorizations in `streamR` is through an OAUth object, such as created by `ROAuth`, but that kind...

Hi, I'm attempting to use streamR but when running this part of my code: `requestURL

Great program, thanks for making it open source. I got everything working just fine. I used [birdy](https://github.com/inueni/birdy) before in Python and it allows you to create a stream that runs...

@pablobarbera The text field in the output of parseTweets() is not capturing the whole content of a tweet, especially if it is a retweet. I ended up with almost half...

I'm using the version on CRAN. First time I ran ``` filterStream( file.name="jeremy_corbyn.json", track='"jeremy corbyn"', tweets=10, oauth=my_oauth ) tweets.df

It would be great if this package stored tweets the in the same form as the classes in the `twitteR` package, so that you could use the same code to...

I'm using the function FilterStream, but I realized that there is an inequality among the tweets that the function says to have download in the output message, and the real...