Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vvoland/slack2xmpp
Slack <-> XMPP bridge
https://github.com/vvoland/slack2xmpp
bridge python3 slack xmpp
Last synced: 10 days ago
JSON representation
Slack <-> XMPP bridge
- Host: GitHub
- URL: https://github.com/vvoland/slack2xmpp
- Owner: vvoland
- License: gpl-3.0
- Created: 2018-07-06T11:33:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T12:09:31.000Z (almost 6 years ago)
- Last Synced: 2024-10-24T15:38:32.750Z (15 days ago)
- Topics: bridge, python3, slack, xmpp
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
slack2xmpp
==========WARNING
=======
**If for some reason you choose to use slack2xmpp, bear in mind that it is made purely for personal use, it is not documented nor tested enough for stable usage. It works for me. I will try to improve it whenever I can, but I can not promise you anything.**Contributions (as well as issues) are welcome :)
What the hell is this?
----------------------
slack2xmpp allows you to bridge Slack's channels, groups and direct messages to XMPP multi-user conference or regular conversation.For XMPP MUC it can dynamically change bot's sender nick to match the Slack's message sender username, so that messages appear as sent by different people, even though they are posted from the same XMPP account.
Only Slack and XMPP are supported, although more protocols could be added. (maybe in future?)
How do I configure it?
----------------------
For now there is no configuration file, you need to write a simple wire-up python script. For examples, see **examples** directory.