Skip to content

Commit

Permalink
Add note on excluding retweets in Twitter search
Browse files Browse the repository at this point in the history
  • Loading branch information
sal-uva committed Feb 3, 2023
1 parent 0c6c74f commit 4d8494d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasources/twitterv2/search_twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,8 @@ def get_options(cls, parent_dataset=None, user=None):
"https://developer.twitter.com/en/docs/twitter-api/tweets/search/integrate/build-a-query) "
"documentation for more information about this API endpoint and the syntax you can use in your "
"search query. You can also test queries with Twitter's [Query "
"Builder](https://developer.twitter.com/apitools/query?query=).")
"Builder](https://developer.twitter.com/apitools/query?query=). Retweets are included by default; "
"add `-is:retweet` to exclude them.")

options = {
"intro-1": {
Expand Down

0 comments on commit 4d8494d

Please sign in to comment.