Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 866 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 866 Bytes

Installation

  1. Install python-wechatPc
pip3 install -U git+https://github.com/tedrolin/python-wechatPc
  1. Install EFB related stuff
pip3 install efb-telegram-master
  1. Install me
pip3 install -U git+https://github.com/tedrolin/efb-wechat-pc-slave
  1. Configure
mkdir -p ~/.ehforwarderbot/profiles/default/tedrolin.wechatPc
touch ~/.ehforwarderbot/profiles/default/tedrolin.wechatPc/config.yaml
  1. Feed the config.yaml with following content
uri: "ws://127.0.0.1:5678"  # ws path to wechat pc 
APP_ID: "CD7160A983DD8A288A56BAA078781FCA"  # Optional, app id corresponds to the one configured on wechathook
APP_KEY: "F2B283D51B3F4A1A4ECCB7A3621E7740"
  1. Add me to ~/.ehforwarderbot/profiles/default/
slave_channels:
- tedrolin.wechatPc
  1. Run ehforwarderbot