<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Twilio</id>
	<title>Twilio - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Twilio"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Twilio&amp;action=history"/>
	<updated>2026-05-09T05:53:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Twilio&amp;diff=1802&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== Python ==  Twilio Docs - Python Install - https://www.twilio.com/docs/python/install   sudo pip install twilio  Send SMS: &lt;pre&gt; from twilio.rest import TwilioRestClient # Y...&quot;</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Twilio&amp;diff=1802&amp;oldid=prev"/>
		<updated>2015-02-15T15:30:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Python ==  Twilio Docs - Python Install - https://www.twilio.com/docs/python/install   sudo pip install twilio  Send SMS: &amp;lt;pre&amp;gt; from twilio.rest import TwilioRestClient # Y...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Python ==&lt;br /&gt;
&lt;br /&gt;
Twilio Docs - Python Install - https://www.twilio.com/docs/python/install&lt;br /&gt;
&lt;br /&gt;
 sudo pip install twilio&lt;br /&gt;
&lt;br /&gt;
Send SMS:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
from twilio.rest import TwilioRestClient&lt;br /&gt;
# Your Account Sid and Auth Token from twilio.com/user/account&lt;br /&gt;
account_sid = &amp;quot;&amp;quot;&lt;br /&gt;
auth_token = &amp;quot;&amp;quot;&lt;br /&gt;
client = TwilioRestClient(account_sid, auth_token)&lt;br /&gt;
message = client.messages.create(body=&amp;quot;Jenny please?! I love you &amp;lt;3&amp;quot;,&lt;br /&gt;
        to=&amp;quot;+14159352345&amp;quot;, # Replace with your phone number&lt;br /&gt;
        from_=&amp;quot;+14158141829&amp;quot;) # Replace with your Twilio number&lt;br /&gt;
print message.sid&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Exceptions thrown as:&lt;br /&gt;
 try:&lt;br /&gt;
    ...&lt;br /&gt;
 except twilio.TwilioRestException as e:&lt;br /&gt;
    # handle e&lt;br /&gt;
    print e&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>