文件名称:GitterPy:Gitter API的Python接口
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-17 10:02:30
api gitter python-interface wrapper-api Python
吉特比 Python 3接口 发行版 0.1.7-PyPi 安装 pip install gitterpy 用法 验证码 from gitterpy . client import GitterClient # Once create instance gitter = GitterClient ( 'YOUR_TOKEN' ) # Check_my id gitter . auth . get_my_id # return {'name': 'Freshjelly', 'user_id': '5332131921'} 房间数 # Join into the room gitter . rooms . join ( 'gitterHQ/sandbox' ) # Leave from the room gitter . rooms . leave ( 'gitterHQ/sandbox
【文件预览】:
GitterPy-master
----setup.py(838B)
----.gitignore(1KB)
----requirements.txt(56B)
----.travis.yml(151B)
----LICENSE(1KB)
----gitterpy()
--------errors.py(930B)
--------__init__.py(138B)
--------client.py(7KB)
--------const.py(97B)
----README.md(3KB)
----tests()
--------test_gitter.py(3KB)
----tox.ini(97B)