Skip to content

Tedrolin/efb-wechat-pc-slave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages