Code Monkey home page Code Monkey logo

aliyun-python-sdk-dysmsapi's Introduction

SDK 使用说明


概述

  • 该python SDK包含MNS、SMS功能,同时兼容python2.6+、python3.0+

文档概述

├── aliyunsdkdybaseapi #原aliyunsdkdybaseapi库 │   └── request ├── aliyunsdkdysmsapi #原aliyunsdkdysmsapi库 │   ├── init.py │   └── request ├── const.py #配置key、secret等参数 ├── demo_sms_api.py #通过mns获取队列回执 ├── demo_sms_query.py #短信发送状态查询 ├── demo_sms_send.py #短信发送 ├── mns_python_sdk #原mns_python_sdk │   ├── bin │   ├── mns │   ├── sample │   ├── sample.cfg │   ├── sample.py │   └── setup.py └── setup.py

SDK使用

  • 注:如果使用python2,则将文中python替换为python2;如果使用python3,则将文中python替换为python3

短信发送或查询状态

  • 安装依赖:在最顶层目录执行:python setup.py install
  • 短信发送执行demo程序:python demo_sms_send.py
  • 查询状态执行demo程序:python demo_sms_query.py

通过mns获取队列回执

  • 安装依赖1:在最顶层目录执行:python setup.py install
  • 安装依赖2:进入目录mns_python_sdk,执行:python setup.py install
  • 最顶层目录执行demo执行:python demo_sms_api.py

aliyun-python-sdk-dysmsapi's People

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.