Skip to content

PPMessage - Open Source, Plug and Play Online Customer Service, Live WebChat, Web LiveChat, Instant Message, Colleague Chat, iOS/Android In-App Mobile Messaging SDK, Intercom Alternative, Implemented with Python

License

anxiaoyi/ppmessage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPMessage

With PPMessage, you can chat with visitor or customer via Web or mobile App.

PPMessage targets to run on Linux, macOS and even Windows operating systems, including a series of frontend SDK named PPCom which run on your visitor or customer side, and a series of frontend App named PPKefu which run on your service team side. (Kefu comes from 客服 a chinese word, which means agent whose duty is customer service)

PPMessage provide a SaaS serivce, which are compatible with the Open Souce code. It means Web or Mobile App integrated with PPCom can work with the Open Source and SaaS service with minor changes (different key).

PPConfig is the first web UI you may meet. If you want to run a PPMessage server from source, PPMessage will guide you to config itself at first. After config is done, you will not need PPConfig any more. (Remove the config.json file under ppmessage/bootstrap, you can reconfig PPMessage with PPConfig)

EASY START

Clone

git clone https://github.com/PPMESSAGE/ppmessage.git
cd ppmessage

Under Debian/Ubuntu

bash ppmessage/scripts/set-up-ppmessage-on-linux.sh

Under macOS

bash ppmessage/scripts/set-up-ppmessage-on-mac.sh

Under Windows

Check this

Run and check log

./main.py

Access

Open your browser and visit `http://your.local.ip:8945`, check the log of `main.py` to use your URL instead.

Reconfig PPMessage, just remove the file ppmessage/bootstrap/config.json and run main.py again.

Not working yet? Please fire an issue on Github, thanks. Enjoy!

DOCUMENTS

Read following document to use and develop PPMessage. Check More details on PPMessage Site.

LICENSE

Please read license carefully, you can use PPMessage freely under the license.

PPMessage is open sourced and one domain (including one web site and one app) only, if needs more than one domain deployment you needs contact the author to get commercial permission.

Apache License Version 2.0

Copyright (c) 2010-2017, PPMESSAGE team and contributors - https://www.ppmessage.com and https://github.com/PPMESSAGE/ppmessage

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

OTHER LANGUAGES

In Chinese 中文版

OTHER PROJECTS

About

PPMessage - Open Source, Plug and Play Online Customer Service, Live WebChat, Web LiveChat, Instant Message, Colleague Chat, iOS/Android In-App Mobile Messaging SDK, Intercom Alternative, Implemented with Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.4%
  • Python 30.9%
  • CSS 5.9%
  • HTML 5.3%
  • Shell 0.5%