File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ def test_hydrate():
625
625
for tweet in T .hydrate (iter (ids )):
626
626
assert tweet ["id_str" ]
627
627
count += 1
628
- assert count > 90 # may need to adjust as these might get deleted
628
+ assert count > 80 # may need to adjust as these might get deleted
629
629
630
630
631
631
@patch ("twarc.client.OAuth1Session" , autospec = True )
Original file line number Diff line number Diff line change 22
22
"attachments.poll_ids" ,
23
23
"attachments.media_keys" ,
24
24
"geo.place_id" ,
25
+ "edit_history_tweet_ids" ,
25
26
]
26
27
28
+
27
29
USER_FIELDS = [
28
30
"created_at" ,
29
31
"description" ,
62
64
"reply_settings" ,
63
65
"source" ,
64
66
"withheld" ,
67
+ "edit_controls" ,
65
68
]
66
69
67
70
MEDIA_FIELDS = [
Original file line number Diff line number Diff line change 1
1
import platform
2
2
3
- version = "2.11.3 "
3
+ version = "2.12.0 "
4
4
5
5
user_agent = f"twarc/{ version } ({ platform .system ()} { platform .machine ()} ) { platform .python_implementation ()} /{ platform .python_version ()} "
You can’t perform that action at this time.
0 commit comments