文件名称:rocketchat_API:用于Rocket.Chat的Python API包装器
文件大小:76KB
文件格式:ZIP
更新时间:2024-05-20 18:01:11
hacktoberfest rocketchat python-api-wrapper rocketchat-api rocketchat-sdk
rocketchat_API 用于Python API包装器 安装 从pypi: pip3 install rocketchat_API 从GitHub:克隆我们的存储库和python3 setup.py install 要求 用法 from pprint import pprint from rocketchat_API . rocketchat import RocketChat proxy_dict = { "http" : "http://127.0.0.1:3128" , "https" : "https://127.0.0.1:3128" , } rocket = RocketChat ( 'user' , 'pass' , server_url = 'https://demo.rocket.chat' , proxies = proxy_dict ) p
【文件预览】:
rocketchat_API-master
----setup.py(583B)
----bandit.yml(23B)
----.gitignore(1KB)
----requirements.txt(17B)
----CONTRIBUTING.md(823B)
----setup.cfg(99B)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----.deepsource.toml(143B)
----README.md(3KB)
----tests()
--------test_user.py(7KB)
--------test_rooms.py(3KB)
--------conftest.py(912B)
--------test_invites.py(469B)
--------test_subscriptions.py(847B)
--------test_channels.py(13KB)
--------test_groups.py(11KB)
--------test_livechat.py(4KB)
--------__init__.py(0B)
--------assets()
--------test_video_conferences.py(181B)
--------test_server.py(848B)
--------test_permissions.py(577B)
--------test_assets.py(384B)
--------test_ims.py(4KB)
--------test_chat.py(4KB)
--------test_settings.py(823B)
----.coveragerc(244B)
----.editorconfig(173B)
----docker-compose-test-server.yml(1KB)
----rocketchat_API()
--------rocketchat.py(1KB)
--------__init__.py(0B)
--------APISections()
--------APIExceptions()