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

Implement new compliance Streams #694

Open
igorbrigadir opened this issue Feb 25, 2023 · 0 comments
Open

Implement new compliance Streams #694

igorbrigadir opened this issue Feb 25, 2023 · 0 comments

Comments

@igorbrigadir
Copy link
Contributor

We have the batch compliance implemented, but the newer Stream compliance is still not implemented:

https://developer.twitter.com/en/docs/twitter-api/compliance/streams/introduction

It should work with Academic Access but i haven't tried yet. It has 2 streams: tweet and user compliance: https://developer.twitter.com/en/docs/twitter-api/compliance/streams/integrate/integrating-compliance-streams and each stream is partitioned (requires multiple connections) this is similar to the older covid 19 compliance stream: https://github.com/igorbrigadir/covid19-twitter-stream-tool/blob/master/src/stream/stream.py (just for reference, this was implemented by running 4 different instances in docker, but i think for twarc here it would be better to run multiple threads instead)

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

No branches or pull requests

1 participant