lieuwex / whapp-irc

whatsapp web <-> irc gateway
GNU General Public License v3.0
206 stars 14 forks source link
bridge chat daemon gateway go golang irc webwhatsapi whatsapp whatsapp-web

Depreciation

whapp-irc is not supported anymore, and probably never will be anymore by me. Feel free to fork.

https://git.theta.eu.org/eta/whatsxmpp or https://github.com/eeeeeta/sms-irc or https://github.com/tulir/mautrix-whatsapp/ are all alternatives.

whapp-irc

a simple whatsapp web <-> irc gateway

take a look at the quick and cool setting up guide

information

configuration

irc client

To use whapp-irc optimally you should set the following client capabilities:

environment variables

All configuration is done using environment variables. Quick and simple.

docker

It's recommend to use the docker image. It's also the only supported version, since this way we have a consistent, predictable and reproducible version.

To run:

docker run -d \
    --name whapp-irc \
    -v PATH_TO_DIR_FOR_DATA_HERE:/root \
    -p 6667:6060 \
    -p 3000:3000 \
    -e "HOST=IP_ADDRESS_OR_DOMAIN_HERE" \
    lieuwex/whapp-irc

local build

if you want to build whapp-irc locally (no guaranty it works with your chromium version and what not), make sure you have go, dep, and chromium. Then, clone the repo in your $GOPATH and run: ./make.bash.

support

#whapp-irc on freenode, you can mention lieuwex if nobody responds.