Skip to content
New issue

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

How to not miss any tweets? #16

Open
SatoshiReport opened this issue Jun 25, 2018 · 0 comments
Open

How to not miss any tweets? #16

SatoshiReport opened this issue Jun 25, 2018 · 0 comments

Comments

@SatoshiReport
Copy link

Great program, thanks for making it open source. I got everything working just fine.

I used birdy before in Python and it allows you to create a stream that runs forever like so:

response = client.stream.statuses.filter.post(track='twitter')

for data in response.stream():
    print data

Is this possible to do with streamR as well? I can run it a certain length of time and then parse the results but if I run again I could have missed something in the meantime. How do I avoid this? Is this a limitation of R? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant