Skip to main content

A simple notification program

Project description

NotiMe

This program send a notify to user through many channels.

Prerequisites

Line

You have to generate access token from Line Notify Bot website https://notify-bot.line.me

Write

Only support linux 'write' command, might not work with WSL.

Installation

pip install NotiMe

Configuration

edit .notime.rc in your home directory, see notime.rc.example for guideline.

Usage

CLI

$ execution_something_that_need_a_long_time_to_finish.sh && notime -l "That very long execution is done."

Python package

from NotiMe import send_write_notify
from NotiMe import send_line_notify

send_write_notify('Done')                   # send notify through write command to local user
send_line_notify('Done', LINE_API_TOKEN)    # send notify through Line API using LINE_API_TOKEN (see Prerequisites)

References

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

NotiMe-0.0.2.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

NotiMe-0.0.2-py3-none-any.whl (6.4 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