Skip to main content

扩展你的QQ/微信机器人用途,提供跨框架平台的PHP/Java/Python/NodeJS等编程语言SDK。https://github.com/ksust/HTTP--API

Project description

HTTP-API-SDK


包含PHP/Java/Python/NodeJS四种编程语言SDK。

Github:https://github.com/ksust/HTTP–API

安装:pip install http-api-sdk

引入

from httpapi.HTPSDK import *

sdk = HTTPSDK.httpGet(request.body)

发布命令

python setup.py sdist bdist_wheel -universal

twine upload dist/*

Demo:

#!/usr/bin/env python
# -*-coding:utf-8-*-
"""
Demo Push
HTTP-API Python SDK(Python2、python3)
 * Created by PyCharm.
 * User: yugao
 * version 2.2.2
 * Note: HTTPSDK for Python(适用于版本2.2.2插件):用于解析插件消息、构造返回数据,以及HTTP推送(发起HTTP请求)
 * Contact: 开发者邮箱 admin@ksust.com
"""

from httpapi.HTTPSDK import *

if sys.version_info.major == 2:
        reload(sys)  # python2请配置相应编码
        sys.setdefaultencoding('utf8')
        sys.setdefaultencoding('gb18030')

push = HTTPSDK.httpPush("http://127.0.0.1:8080")
print(push.getGroupList())
print(push.sendPrivdteMsg('QQ', '你好'))

forward = HTTPSDK.msgForwardPush('QQ', '授权码')
print(forward.getGroupList())
print(forward.getLoginQQ())
print(forward.sendPrivdteMsg('QQ', '你好'))
print(forward.getQQRobotInfo())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

http_api_sdk-2.2.2-py2.py3-none-any.whl (11.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file http_api_sdk-2.2.2-py2.py3-none-any.whl.

File metadata

  • Download URL: http_api_sdk-2.2.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.3.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2

File hashes

Hashes for http_api_sdk-2.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9f1e9d3213f0093d7b50c0957b6d7a689df3670bbfbb2a33515087a4b539cae5
MD5 ac402657f980fb2cb08483814357d199
BLAKE2b-256 a5e7cdd1574f54374a76a023a6d2af96f95556e675d6a355fbf68f6851fec362

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page