Skip to main content

Python connector for Hoppie's ACARS service

Project description

hoppie-connector

License PyPI - Version

A Python connector for Hoppie's ACARS service.

Installation

Install the module using pip:

pip install hoppie-connector

Import it in your python script:

from hoppie_connector import HoppieConnector, HoppieError

cnx = HoppieConnector('<your callsign>', '<your logon code>')

try:
    # Send telex message
    cnx.send_telex('<other callsign>', '<message>')

    # Print messages for me
    messages = cnx.peek()
    for m_id, msg in messages: 
        print(msg)
except HoppieError as e:
    print(e)

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

hoppie-connector-0.0.1.tar.gz (12.4 kB view hashes)

Uploaded Source

Built Distribution

hoppie_connector-0.0.1-py3-none-any.whl (7.3 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