How do I go about writing a program to send and receive sms using python?

前端 未结 6 1743
不思量自难忘°
不思量自难忘° 2021-02-10 00:38

I have looked all over the net for a good library to use in sending and receiving sms\'s using python but all in vain!

Are there GSM libraries for python out there?

6条回答
  •  你的背包
    2021-02-10 01:11

    I was at a hackday where we had free access to a few APIs, including twillio. It was very easy to use their python library to send and receive SMS, and we built an app around it in about 3 hours (twillio integration was about 15 minutes).

提交回复
热议问题