arcade-x 1.3.0__py3-none-any.whl → 1.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- arcade_x/tools/tweets.py +3 -3
- {arcade_x-1.3.0.dist-info → arcade_x-1.3.1.dist-info}/METADATA +1 -1
- {arcade_x-1.3.0.dist-info → arcade_x-1.3.1.dist-info}/RECORD +5 -5
- {arcade_x-1.3.0.dist-info → arcade_x-1.3.1.dist-info}/WHEEL +0 -0
- {arcade_x-1.3.0.dist-info → arcade_x-1.3.1.dist-info}/licenses/LICENSE +0 -0
arcade_x/tools/tweets.py
CHANGED
|
@@ -151,7 +151,7 @@ async def search_recent_tweets_by_username(
|
|
|
151
151
|
"next_token": next_token,
|
|
152
152
|
"expansions": "author_id",
|
|
153
153
|
"user.fields": "id,name,username,entities",
|
|
154
|
-
"tweet.fields": "entities,note_tweet",
|
|
154
|
+
"tweet.fields": "entities,note_tweet,public_metrics",
|
|
155
155
|
}
|
|
156
156
|
params = expand_attached_media(remove_none_values(params))
|
|
157
157
|
|
|
@@ -221,7 +221,7 @@ async def search_recent_tweets_by_keywords(
|
|
|
221
221
|
"next_token": next_token,
|
|
222
222
|
"expansions": "author_id",
|
|
223
223
|
"user.fields": "id,name,username,entities",
|
|
224
|
-
"tweet.fields": "entities,note_tweet",
|
|
224
|
+
"tweet.fields": "entities,note_tweet,public_metrics",
|
|
225
225
|
}
|
|
226
226
|
params = expand_attached_media(remove_none_values(params))
|
|
227
227
|
|
|
@@ -259,7 +259,7 @@ async def lookup_tweet_by_id(
|
|
|
259
259
|
params = {
|
|
260
260
|
"expansions": "author_id",
|
|
261
261
|
"user.fields": "id,name,username,entities",
|
|
262
|
-
"tweet.fields": "entities,note_tweet",
|
|
262
|
+
"tweet.fields": "entities,note_tweet,public_metrics",
|
|
263
263
|
}
|
|
264
264
|
params = expand_attached_media(params)
|
|
265
265
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
arcade_x/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
arcade_x/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
arcade_x/tools/constants.py,sha256=d-OJK5Qx05JRUcpK5G1DcYB91wT37hFSzGmIYfwlEtA,42
|
|
4
|
-
arcade_x/tools/tweets.py,sha256=
|
|
4
|
+
arcade_x/tools/tweets.py,sha256=pN3V_B3P6genFI1Wh6FXfGw1ggp3GOLk4W2pgZaAtZ0,10031
|
|
5
5
|
arcade_x/tools/user_context.py,sha256=nKlsM2LGdoIPl8FQ7FKqd6hkbPHVSJUiZdShZ7ZCsIk,2470
|
|
6
6
|
arcade_x/tools/users.py,sha256=YObl3_3aBZpW-GqdSrR2Gmw3BHzdq075GWSxDd1Ery0,2033
|
|
7
7
|
arcade_x/tools/utils.py,sha256=2s3hxpXplxIQs4rO1IJdO-1KbUj-Tm3f9P65n4drw1s,6259
|
|
8
|
-
arcade_x-1.3.
|
|
9
|
-
arcade_x-1.3.
|
|
10
|
-
arcade_x-1.3.
|
|
11
|
-
arcade_x-1.3.
|
|
8
|
+
arcade_x-1.3.1.dist-info/METADATA,sha256=39055VcWrVEvQ9w0-5d4o8XgYdJBJhd_Xox4jMELGg0,897
|
|
9
|
+
arcade_x-1.3.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
10
|
+
arcade_x-1.3.1.dist-info/licenses/LICENSE,sha256=ixeE7aL9b2B-_ZYHTY1vQcJB4NufKeo-LWwKNObGDN0,1960
|
|
11
|
+
arcade_x-1.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|