Skip to content

mayue42/wechat_intercom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository connect wechat public account and intercom.

When client ask question via wechat public account, the message will be forward to intercom.

Then the company can reply client via intercom, the reply message will be forward to wechat client.


Setup

git clone --recursive git@github.com:mayue42/wechat_intercom.git

or

git clone git@github.com:mayue42/wechat_intercom.git
cd wechat_intercom
git submodule init
git submodule update

or

go get gopkg.in/intercom/intercom-go.v2
pushd
mkdir -p src/github.com/pborman
cd src/github.com/pborman
git clone https://github.com/pborman/uuid.git
popd

Settings

This two files need to change accrodingly.

src\intercom\intercom_setting.go

src\wechat\wechat_setting.go


Run

export $GOPATH=`pwd`
go build src/main.go
sudo ./main.go 

Related

the following repository connect wechat personal account and intercom:

https://github.com/richardchien/wechat-intercom

About

把 微信公众号和intercom打通。把微信公众号的用户提问转发到intercom上,把客服在intercom中的回复用微信公众号API转发给用户。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages