-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add Twitter Filter request parameter for language #943
Comments
A second researcher I just met with also would benefit from being able to add |
Updates: The first link (in the initial comment) no longer contains any references to I believe the second link (in the initial comment) was meant to refer to the Search API: |
It appears that implementing this feature for Twitter Filter collections will require enhancing
In terms of milestone 2.1, perhaps the goal should be to fork Twarc, submit a PR to Twarc and write the SFM code to exercise it. If Twarc merges the PR before we are ready to tag 2.1, then we can use it. Otherwise, we can keep in a branch for the next release (rather than using a fork of Twarc). |
Spun #966 off to enhance Twitter search. This ticket will now be focused on Twitter filter, and will depend on making changes to |
Note enhancement in Twarc: https://github.com/DocNow/twarc/releases/tag/v1.7.1 |
Adds language parameter to twitter filter collection. Fixes #943
As per the Twitter documentation, there are other request parameters available for Filter and Search streaming API methods:
https://developer.twitter.com/en/docs/tweets/filter-realtime/api-reference/post-statuses-filter.html
See
language
andfilter_level
which are available at any API access level.https://developer.twitter.com/en/docs/tweets/filter-realtime/api-reference/post-statuses-filter.html
See
lang
,locale
,geocode
,result_type
The use case here is a researcher who wishes to collect Tweets only in a certain langauge.
The text was updated successfully, but these errors were encountered: