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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: