π¦ ClawHub
SDF COM Bridge
by @ykaixu
Bridge between SDF COM chatroom and Feishu-Lark messaging platform. Supports bi-directional message translation between English and Chinese, command executio...
π‘ Examples
Install dependencies:
pip install -r requirements.txt
Run directly:
python scripts/main.py
Test connection:
python -c "from scripts.ssh_connection import SSHConnection; c = SSHConnection(); print(c._check_socket())"
βοΈ Configuration
Edit main.py:
bridge = SDFComBridge(
user="yupeng",
host="sdf.org",
target_room="anonradio"
)
π Tips & Best Practices
TERMINAL
clawhub install sdf-com-bridge