aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStavros Korokithakis <hi@stavros.io>2018-12-07 01:20:32 +0200
committerStavros Korokithakis <hi@stavros.io>2018-12-07 01:20:32 +0200
commit7659e3898fd772204a221679ee4ce032424ab485 (patch)
tree87714bfbf37b8d899d17edfb680b78a81d7f2c6b
parent3941475b5dcb2020816478defd740ed3d58df6ee (diff)
downloadpysignald-7659e3898fd772204a221679ee4ce032424ab485.tar.gz
pysignald-7659e3898fd772204a221679ee4ce032424ab485.zip
Add verification instructions
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index af16f9a..925fc63 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,11 @@ Just make sure you have signald installed. Here's an example of how to use pysig
from signald import Signal
s = Signal("+1234567890")
+
+# If you haven't registered/verified signald, do that first:
+s.register(voice=False)
+s.verify("sms code")
+
s.send_message("+1098765432", "Hello there!")
for message in s.receive_messages():