A small package for sending notification emails
Project description
Notifier
A simple project to send email or text notifications for when another program is done.
Usage
Running the command
notify
Will send an email to the configured addresses
To send another notification that a script or another program is complete, que the notify
command
python -c "import antigravity" && notify
Text messages can be sent to phones whose service provider have an SMS Gateway (ie. For Bell, the SMS gateway is txt.bell.ca)
notify -r 6133142234@txt.bell.ca
Installation
pip install notify-altear
Setup
notify configure
The configurable options are:
- server: the smtp server. For gmail this would be
smtp.gmail.com
- port: the smtp port. For gmail this would be
465
- username: the username of the account used to send the emails
- password: the password of the account used to send the emails
- recipients: comma separated email addresses
- subject: the notification subject line
- content: the notification content
License
MIT. Copyright (c) 2019, Andre Telfer
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
notifier-altear-0.0.2.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file notifier-altear-0.0.2.tar.gz
.
File metadata
- Download URL: notifier-altear-0.0.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c951b5b0b2de1f8354736b1afbec6633228e9c0f995eb8d614d34d65dbd7c85c |
|
MD5 | 20d2cb12f324c4d639bfeb149eae2ed2 |
|
BLAKE2b-256 | df6e6eaf1f82f500a488fb4b655ecf098b6019e90af21f70207307b9f7f6691d |
File details
Details for the file notifier_altear-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: notifier_altear-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.1.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 773b31ad59acc197427a21481ac128dbd23292e2da25c127195a5cc26b3064ce |
|
MD5 | 32b82113a31a70e1be1c33ae33d9dd75 |
|
BLAKE2b-256 | f90de5801b55b6aafc662cfaea863d7eb311c50cdab04ef02b5a0ba70e8394e6 |