Skip to main content

A python package to interact with messaging platform.

Project description


Docker Pulls
Logo






A python package to listen to messaging platforms,
such as discord, telegram and matrix.
How to use it

      from iamlistening import Listener
        listener = Listener()
        task = asyncio.create_task(listener.run_forever())
        while True:
          msg = await listener.get_latest_message()
          if msg:
            print(f"Frasier👂: {msg}"
        await task

Example

https://github.com/mraniki/iamlistening/blob/dcc5dad8887300e34d66d1e36635479ad3b54685/examples/example.py#L1

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iamlistening-1.1.3.tar.gz (5.7 kB view hashes)

Uploaded Source

Built Distribution

iamlistening-1.1.3-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page