From 4cd49a1de793cea271f1f7fe7abe756ee1d7148e Mon Sep 17 00:00:00 2001 From: jeancf Date: Sun, 16 Jul 2023 11:43:26 +0200 Subject: [PATCH] Add reply_to key to tweet dictionary --- twoot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twoot.py b/twoot.py index 5769822..7c41445 100755 --- a/twoot.py +++ b/twoot.py @@ -1123,6 +1123,7 @@ def main(argv): "tweet_text": tweet_text, "video": video_file, "photos": photos, + "reply-to": reply_to, } tweets.append(tweet)