From 1213e08c7b5a82784838177dcc19e26630c7b5f8 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Thu, 5 Jun 2025 05:09:27 -0500 Subject: [PATCH] forgot the hashtags --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 7388718..3af1857 100644 --- a/app.py +++ b/app.py @@ -17,5 +17,5 @@ if source_object.reason == "OK": print(choices[0]) choice = choices[randint(0, len(choices) - 1)] headers = {'Authorization': 'Bearer ' + post_token} - payload = {'status': f"{choice['quote']}\n\n - {choice['author']}", 'privacy': 'public'} + payload = {'status': f"{choice['quote']}\n\n - {choice['author']}\n\n#RandomQuote #quotes #quote #bot", 'privacy': 'public'} response = post(post_endpoint, headers=headers, data=payload)