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.3-py2.py3-none-any.whl (11.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: http_api_sdk-2.2.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 11.4 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.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 24ac29d1557023cac2cecbad90ec0b3c7cf401489fcbc3191f80c4dbfea3a876
MD5 4d7a9f5253d415ed7612a57f8dbcee01
BLAKE2b-256 3a930e10be786aabb8e322a359eaf4a260cf83c5dd28dd595845878423db074a

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