We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 <- parseTweets("jeremy_corbyn.json")
the stream closed after 62 seconds and downloaded only 2 tweets even though I specified 10.
On subsequent times I've tried to connect, it disconnects after 1 second and adds "Exceeded connection limit for user" to jeremy_corbyn.json
[edit]
I restarted my computer. Now when I run the above, I get
Warning message: In readLines(tweets, encoding = "UTF-8") : incomplete final line found on 'jeremy_corbyn.json'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using the version on CRAN.
First time I ran
the stream closed after 62 seconds and downloaded only 2 tweets even though I specified 10.
On subsequent times I've tried to connect, it disconnects after 1 second and adds "Exceeded connection limit for user" to jeremy_corbyn.json
[edit]
I restarted my computer.
Now when I run the above, I get
The text was updated successfully, but these errors were encountered: