Raspberry Pi Lesson: Twilio Send SMS
Twilio adalah platform bagi yang membolehkan menghantar dan menerima SMS secara software.
Melalui Terminal Raspberry Pi, install Twilio.
sudo apt-get install python-pip sudo pip install twilio
Berikut adalah demo Raspberry Pi Twilio.
Python Source Code
Sertai Telegram Group bagi dapatkan source code
when i run the file i always get this error . from twilio.rest import ClientImportError: No module named ‘twilio’
help pls