Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conversejs/xmpp-chat-badge

Renders a badge which shows the number of occupants in an XMPP chatroom
https://github.com/conversejs/xmpp-chat-badge

xmpp xmpp-bot

Last synced: 12 days ago
JSON representation

Renders a badge which shows the number of occupants in an XMPP chatroom

Awesome Lists containing this project

README

        

# XMPP Chat Badge

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

[![inVerse](https://inverse.chat/[email protected])](https://inverse.chat/#converse/[email protected])

## Installation

git clone [email protected]: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