We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20cc8e commit 917c0e2Copy full SHA for 917c0e2
internet/sms-free.py
@@ -26,6 +26,7 @@
26
if len(sys.argv) <= 3:
27
print('Need more arguments: <user> <API key> <Message (in quotes)>')
28
print('ex: sms-free 01234567 aBcDE012345fgH "Hello world!"')
29
+ print('More info(Need to be connected): https://mobile.free.fr/account/mes-options/notifications-sms')
30
sys.exit(1)
31
32
user = sys.argv[1]
0 commit comments