Skip to main content

A modular processing platform for instant messages.

Project description

A modular processing platform for instant messages.

Requirements

This project uses the latest and greatest Python features (that is, native asyncio syntax and asynchronous generators), and therefore requires at least Python 3.6.

Additional modules are required for most plugs and hooks – consult the docs for each module you want to use to check its own requirements, or use the included requirements list to install all possible dependencies for built-in modules.

Terminology

Network

An external service that provides message-based communication.

Message

A unit of data, which can include text, images, attachments, authorship, and so on.

User

An individual or service which can author messages on a network.

Plug

A handler for all communication with an external network, transforming the network’s content to message objects and back again.

Channel

A single room in an external network – a source of messages, and often a container of users.

Group

A collection of plugs and channels.

Hook

A worker that processes a stream of incoming messages, in whichever way it sees fit.

Basic usage

Prepare a config file in a format of your choosing, e.g. in YAML:

plugs:
  demo:
    path: demo.DemoPlug
    config:
      api-key: xyzzy

channels:
  foo:
    plug: demo
    source: 12345
  bar:
    plug: demo
    source: 98765

hooks:
  test:
    path: test.TestHook
    config:
      channels: [foo, bar]
      args: [123, 456]

All labels under the top-level names are effectively free text, and are used to reference from other sections.

Then start the built-in runner:

$ immp config.yaml

Project details


Download files

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

Source Distribution

IMMP-0.8.0.tar.gz (126.3 kB view details)

Uploaded Source

Built Distribution

IMMP-0.8.0-py3-none-any.whl (150.3 kB view details)

Uploaded Python 3

File details

Details for the file IMMP-0.8.0.tar.gz.

File metadata

  • Download URL: IMMP-0.8.0.tar.gz
  • Upload date:
  • Size: 126.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.5

File hashes

Hashes for IMMP-0.8.0.tar.gz
Algorithm Hash digest
SHA256 7dadb22720028657362a241fb927cff0b850181feab8f63097787447940ab285
MD5 5fa3969615fc405f14ac5a4a89de121c
BLAKE2b-256 b90976eb6643bff763fe2edaec00418ebb91e81540dc3afed7cffe7fcac4e84d

See more details on using hashes here.

File details

Details for the file IMMP-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: IMMP-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 150.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.5

File hashes

Hashes for IMMP-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7661c41bf06836c6701ae434010364370e7f1f0042c45bef8b73e7582cadc905
MD5 f6822ec7d82c2c3b29b828954177725a
BLAKE2b-256 f0b2601a5b0b70f490d3169094006a951475c1ffd4ee164294ccffafec8fcf05

See more details on using hashes here.

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