python+阿里云短信服务 发送验证码

1.登录阿里云

https://www.aliyun.com/

2.进入短信服务

python+阿里云短信服务 发送验证码_第1张图片

python+阿里云短信服务 发送验证码_第2张图片

3.添加签名和模板

python+阿里云短信服务 发送验证码_第3张图片

4.帮助文档里面下载python的sdk

https://help.aliyun.com/document_detail/55359.html?spm=a2c4g.11174283.6.696.37c62c42UaL1d6

5.获取ACCESS_KEY_ID和ACCESS_KEY_SECRET

python+阿里云短信服务 发送验证码_第4张图片

6.解压刚刚下载的SDK

python+阿里云短信服务 发送验证码_第5张图片

7.运行python3 setup.py install

python+阿里云短信服务 发送验证码_第6张图片

8.修改const.py 填写刚刚获取的ACCESS_KEY_ID和ACCESS_KEY_SECRET

 python+阿里云短信服务 发送验证码_第7张图片

9.修改demo_sms_send.py

python+阿里云短信服务 发送验证码_第8张图片

 

10.运行demo_sms_send.py 不会错的话短信会发送到你的手机

你可能感兴趣的:(Python)