2020/08/02: 由於 CoolQ 停止服務,此教學已經無法使用
本教學使用 EFB, ETM, EQS 和 systemd 守護行程,支援 Ubuntu >= 18.04 & Debian >= 10
安裝
建議先使用 # apt update && apt upgrade -y
更新所有軟體包
二進制依賴
# apt install -y python3-pip python3-wheel ffmpeg libmagic1 libwebp6
主體
# pip3 install ehforwarderbot efb-telegram-master efb-qq-slave
設定
# mkdir -p /etc/ehforwarderbot/profiles/qq/{blueset.telegram,milkice.qq}
EFB
創建 /etc/ehforwarderbot/profiles/qq/config.yaml
,寫入以下內容
1 | master_channel: blueset.telegram |
ETM
創建 Telegram Bot
建立設定檔
創建 /etc/ehforwarderbot/profiles/qq/blueset.telegram/config.yaml
,寫入以下內容
1 | token: "TOKEN" |
EQS
CoolQ Client
主體
創建 /etc/ehforwarderbot/profiles/qq/milkice.qq/config.yaml
,寫入以下內容
1 | Client: CoolQ |
systemd 守護行程
創建 /etc/systemd/system/[email protected]
,寫入以下內容
1 | [Unit] |
運行
# systemctl start efb@qq
設定爲開機自啓動:# systemctl enable efb@qq