Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/conversejs/xmpp-chat-badge
- Owner: conversejs
- License: mit
- Created: 2018-02-19T11:39:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T05:44:24.000Z (over 3 years ago)
- Last Synced: 2024-07-30T21:06:29.636Z (3 months ago)
- Topics: xmpp, xmpp-bot
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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