Is there any way to receive XMPP text messages in a script and capture the text of each message in a variable? Do not need sending capability.

This page summarizes the projects mentioned and recommended in the original post on /r/xmpp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • raspi_gtalk_robot

    Python Gtalk (XMPP) Bot for Raspberry Pi

  • profanity-notifycmd

    Launch a custom shell command when you receive a message in profanity.

  • It may or may not be easier to do it by writing a plugin for Profanity. It basically provides a python module with a bunch of functions. In fact, this might get it done: https://github.com/Neo-Oli/profanity-notifycmd

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • aioxmpp

    Discontinued An XMPP library for use with Python 3.5+ asyncio.

  • This should be easy enough with any simple scripting language; I prefer aioxmpp, but depending on your level of comfort with Python this may or may not be an option. They have some examples of using it and the echobot one might be close (you'd need to remove the sending part and possibly remove or replace all the flag/option parsing stuff, which is a bit confusing in an example).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts