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)