Skip to main content

A package for easily sending messages via the CLI or in python.

Project description

Description

Arke is an interface designed messages from your long running processes through the command line or in python through a standard interface. This project is in the early stages of its development and will hopefully come to provide a standard API for users to develop against.

Settings

The API keys can be stored in a file ~/.config/hermes/settings.json with the following format:

{
    "discord_key" : "your discord key",
    "twillio" : {
        "number": "your number",
	    "account_sid": "your account sid",
	    "auth_token": "your auth token"
    }
}

Alternatively you may provide the relevant API keys as a token with a method specific format.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

nirah-0.0.2-py3-none-any.whl (3.6 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