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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file NotiMe-0.0.2.tar.gz.
File metadata
- Download URL: NotiMe-0.0.2.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.4 tqdm/4.51.0 importlib-metadata/4.11.2 keyring/17.1.1 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cbadafcfef77d24ea34850ff894794c19a84b49890469766f399142a16664eb
|
|
| MD5 |
65cf6a6ac5cf525c50010c12668b25c8
|
|
| BLAKE2b-256 |
2fefd5d3a717b778435c680dd60fd280bf5e27a3b1c7e6c406940b02963f273e
|
File details
Details for the file NotiMe-0.0.2-py3-none-any.whl.
File metadata
- Download URL: NotiMe-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.4 tqdm/4.51.0 importlib-metadata/4.11.2 keyring/17.1.1 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cca63a364da0247d66b444834cc083c2ff79f1cc087be19318397040497ffb44
|
|
| MD5 |
5865d30320bca4ca60177ee7c65b357d
|
|
| BLAKE2b-256 |
5fcabdd849bebcf0d7ad6748795a46fb52ddc58c293bc4ae6d0257f7678153b1
|