文件名称:松弛配置文件同步
文件大小:49KB
文件格式:ZIP
更新时间:2024-02-28 17:36:31
Python
松弛配置文件更新
目的
在工作空间中以松弛状态同步当前状态。
例如:如果您在一个工作空间中设置配置文件状态:
如果在您的其他闲置工作空间中也设置了相同的状态怎么办! :collision:
范围
这是当前范围。 将来,我们可能会希望将同步内容扩展到何处
测验
poetry install
make test
本地跑步
该代码库旨在在lambda内部运行,但也可以在本地运行以进行测试
ngrok http 8080
# add the https url returned to your slack app settings page
# and in another
SLACK_SIGNING_SECRET="
【文件预览】:
slack-profile-sync-master
----poetry.lock(45KB)
----pyproject.toml(390B)
----tools()
--------localserver.py(3KB)
----tests()
--------test_handle_event.py(1KB)
--------presenter()
--------conftest.py(967B)
--------gateway()
--------resources()
--------__init__.py(0B)
--------test_handle_request.py(1KB)
--------test_helpers.py(357B)
--------usecase()
----LICENSE(34KB)
----slack_profile_update()
--------handle_event.py(1KB)
--------presenter()
--------handle_request.py(1KB)
--------gateway()
--------__init__.py(0B)
--------usecase()
----.gitignore(2KB)
----.circleci()
--------config.yml(766B)
----Makefile(126B)
----README.md(742B)