From a46b7d161cfda594e1fb63cc5a57f13de0d4221a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:51:10 -0400 Subject: [PATCH] Updated Notify_twitter (markdown) --- Notify_twitter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_twitter.md b/Notify_twitter.md index b844c8d..2332c64 100644 --- a/Notify_twitter.md +++ b/Notify_twitter.md @@ -47,5 +47,6 @@ Send a Twitter DM to @testaccount: # Assuming our {AccessToken} is TIiajkdnlazkcOXrIdevi7F # Assuming our {AccessSecret} is FDVJaj4jcl8chG3 # our user is @testaccount -apprise twitter://testaccount@T1JJ3T3L2/A1BRTD4JD/TIiajkdnlazkcOXrIdevi7F/FDVJaj4jcl8chG3 +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + twitter://testaccount@T1JJ3T3L2/A1BRTD4JD/TIiajkdnlazkcOXrIdevi7F/FDVJaj4jcl8chG3 ```