sms machine #14339
emmanuelniyogakiza25eba-code
started this conversation in
General
sms machine
#14339
Replies: 1 comment
-
|
from twilio.rest import Client Your Twilio account detailsaccount_sid = "YOUR_ACCOUNT_SID" client = Client(account_sid, auth_token) message = client.messages.create( print("Message sent! ID:", message.sid) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
this is my first project
Beta Was this translation helpful? Give feedback.
All reactions