smstools-http-api:smstools3的HTTP API

时间:2021-05-04 19:25:04
【文件属性】:
文件名称:smstools-http-api:smstools3的HTTP API
文件大小:12KB
文件格式:ZIP
更新时间:2021-05-04 19:25:04
Python smstools-http-api 用于Flask的REST HTTP API,用于SMS服务器工具3( ) 安装 克隆后,创建一个虚拟环境并安装要求。 对于Linux和Mac用户: $ virtualenv venv $ source venv/bin/activate (venv) $ pip install -r requirements.txt 如果您使用的是Windows,请改用以下命令: $ virtualenv venv $ venv\Scripts\activate (venv) $ pip install -r requirements.txt 跑步 要运行服务器,请使用以下命令: (venv) $ python manage.py runserver --host 127.0.0.1 -r * Running on http://127.0.0.1:5000
【文件预览】:
smstools-http-api-master
----.gitignore(17B)
----app()
--------__init__.py(470B)
--------api_1_0()
----requirements.txt(165B)
----.travis.yml(375B)
----log()
--------.gitignore(71B)
----LICENSE(1KB)
----uwsgi.ini(369B)
----README.md(6KB)
----config.py(2KB)
----test.py(939B)
----manage.py(244B)

网友评论