Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 521 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 521 Bytes

XMPP Chat Badge

Creates a badge linking to an XMPP chat room, like so:

inVerse

Installation

git clone git@github.com:jcbrand/xmpp-chat-badge.git
virtualenv -p python3 xmpp-chat-badge
cd xmpp-chat-badge
pip install -r requirements.txt
cp config.ini.default config.ini
# Edit config.ini to add the login details for the bot
make serve