{"library":"twilio","install":[{"cmd":"pip install twilio","imports":["from twilio.rest import Client\n\nclient = Client('ACXXXXXXXXX', 'auth_token')","from twilio.base.exceptions import TwilioRestException","from twilio.twiml.voice_response import VoiceResponse\nresp = VoiceResponse()\nresp.say('Hello').emphasis('you')"]}]}