Skip to content

Commit

Permalink
missing field in tweet, not expansions. Added default lists fields too.
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbrigadir committed Dec 20, 2022
1 parent a8007b2 commit eb842d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion twarc/expansions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"in_reply_to_user_id",
"referenced_tweets.id",
"referenced_tweets.id.author_id",
"edit_history_tweet_ids"
"entities.mentions.username",
"attachments.poll_ids",
"attachments.media_keys",
Expand Down Expand Up @@ -66,6 +65,7 @@
"source",
"withheld",
"edit_controls",
"edit_history_tweet_ids",
]

MEDIA_FIELDS = [
Expand Down Expand Up @@ -98,6 +98,8 @@
]

LIST_FIELDS = [
"id",
"name",
"owner_id",
"created_at",
"member_count",
Expand Down

0 comments on commit eb842d2

Please sign in to comment.