Skip to main content

Tool to notify you when command will be executed.

Project description

Execution Notifier

PyPI Code style: black Actions Status pre-commit.ci status

This tool provides you ability to send yourself information about looong executed command when it is done. Information will be sent using Telegram Bot, which you can generate for yourself with Telegram BotFather.

Prerequisites

In execution of your application you will need your Telegram ID. To get it visit @exec_notifier_bot and use /start command.

Installation and running

>>> pip install exec-notifier
>>> exec_notifier config --telegram_id=YOUR_TELEGRAM_ID
>>> exec_notifier notify [your_command_here]

Limitation

If you wnat to run commands with &&, ||, ;, |, > in your terminal please use backslash character \ before each of such symbols.

Another way is to put your command in quotes "".

Example using quotes

>>> exec_notifier notify "ls -l | head"
>>> exec_notifier notify "ls -l > output.txt"
>>> exec_notifier notify "ls -l && sleep 3"

Example using backslash

>>> exec_notifier notify ls -l \| head
>>> exec_notifier notify ls -l \> output.txt
>>> exec_notifier notify ls -l \&\& sleep 3

Future

  • Your own bot supportage will be added

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

exec-notifier-0.1.15.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

exec_notifier-0.1.15-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file exec-notifier-0.1.15.tar.gz.

File metadata

  • Download URL: exec-notifier-0.1.15.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.4.0-1032-azure

File hashes

Hashes for exec-notifier-0.1.15.tar.gz
Algorithm Hash digest
SHA256 00a3ebc88b3d30b6f63b1771d70d286262f0d11c4b579231f4c68e07fbf7a7d7
MD5 11032d128952fb18f7e54365086dbc81
BLAKE2b-256 7bd3a935d6315ddd4dcbd6eaf0256469cb6907f11a01f33545ef3e6841146324

See more details on using hashes here.

File details

Details for the file exec_notifier-0.1.15-py3-none-any.whl.

File metadata

  • Download URL: exec_notifier-0.1.15-py3-none-any.whl
  • Upload date:
  • Size: 3.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.9.1 Linux/5.4.0-1032-azure

File hashes

Hashes for exec_notifier-0.1.15-py3-none-any.whl
Algorithm Hash digest
SHA256 682cd194e56cd5cd4515400a7da3af9e458e853a38b77a2d2eb5e718db88966a
MD5 fddecd125f6c84e0ba967470f79dffdd
BLAKE2b-256 891e56cb79ffd6cdea79e425ecaebc0e3836471988f2c49312936cc2e93816c6

See more details on using hashes here.

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