You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ When setting `extract_referenced_posts` to `True` it will instead return a list
265
265
***locale***(pytz.timezone as str, optional)*: timezone used to convert dates. If not given, will default to UTC.
266
266
***extract_referenced_posts***(bool, optional)*: whether to return in the output, in addition to the tweet to be normalized, also normalized data for each other referenced tweets found in the payload data (including retweeted and quoted tweets). If `False`, the function will return a `dict`, if `True` a `list` of `dict`. Defaults to `False`.
267
267
***collection_source***(string, optional)*: An optional information to add within the `collected_via` field of the normalized tweet to indicate whence it was collected.
268
-
***source_version***(str, optional)*: version of the Twitter payload. Default to "v1".
268
+
***source_version***(str, optional)*: version of the Twitter payload. Must be either "v1" or "iframe". Default to "v1".
0 commit comments