Pickups is an IRC gateway for Google Hangouts that supports groupchats.
357
Pickups is an IRC gateway for Google Hangouts using hangups.
Useful for groupchats, which gtalk's XMPP doesn't support.
docker pull vando/pickups
docker run -v ${HOME}/.config/hangups:/home/pickups/.config/hangups \
-v ${HOME}/.cache/hangups:/home/pickups/.cache/hangups \
-p 6667:6667 \
-d --restart=always --name pickups vando/pickups
Previous docker image was based on Debian 8.2 (327.1 MB) and the new release is based on Alpine 3.3 with Python3.5 (73.7 MB).
Content type
Image
Digest
Size
25.5 MB
Last updated
over 10 years ago
docker pull vando/pickups