Twilio SMS Python - Simple send a message
问题 New to Twilio, have followed the SMS Python Quickstart guide successfully, and have combined two bits together, but now have some redundant code that I can't seem to get rid of without getting errors. I have Python code that takes in coordinates from a text message, converts this into a Google Maps link, and sends that link to a different phone number. However, currently it is also sending this reply to the original sender phone number, as that is what the original guide has you set up. I