From 879389204ea8dd9f0b7de89745d04132ae672edf Mon Sep 17 00:00:00 2001 From: Dylan Date: Sat, 29 Jul 2023 22:09:11 +0100 Subject: [PATCH] API returns conversation ID --- twitfix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twitfix.py b/twitfix.py index b4f638c..ed3f6a3 100644 --- a/twitfix.py +++ b/twitfix.py @@ -218,6 +218,7 @@ def twitfix(sub_path): "user_name": userL["name"], "tweetURL": "https://twitter.com/"+userL["screen_name"]+"/status/"+tweet["rest_id"], "tweetID": tweet["rest_id"], + "conversationID": tweetL["conversation_id_str"], "mediaURLs": media, "media_extended": media_extended, "hashtags": hashtags