ntfy
๐ฅ๏ธ๐ฑ๐ A utility for sending notifications, on demand and when commands finish.
File Explorer
Download Latest Version (.zip)- .gitignore
- conf.py
- demo.gif
- index.rst
- logo.png
- logo.xcf
- make.bat
- Makefile
- modules.rst
- ntfy.backends.rst
- ntfy.rst
- README.rst
- requirements.txt
- __init__.py
- darwin.py
- default.py
- insta.py
- linux.py
- matrix.py
- notifico.py
- ntfy_sh.py
- prowl.py
- pushalot.py
- pushbullet.py
- pushjet.py
- pushover.py
- rocketchat.py
- simplepush.py
- slack.py
- slack_webhook.py
- systemlog.py
- telegram.py
- termux.py
- win32.py
- xmpp.py
- auto-ntfy-done.sh
- bash-preexec.sh
- __init__.py
- cli.py
- config.py
- data.py
- default_config.py
- icon.ico
- icon.png
- terminal.py
- __init__.py
- test_cli.py
- test_config.py
- test_integration.py
- test_notifico.py
- test_ntfy.py
- test_prowl.py
- test_pushalot.py
- test_pushbullet.py
- test_pushjet.py
- test_pushover.py
- test_simplepush.py
- test_systemlog.py
- test_xmpp.py
- .coveragerc
- .gitignore
- LICENSE
- MANIFEST.in
- README.md
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/dschep/ntfy
Downloads the entire project code from GitHub to your computer.
cd ntfy
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
`pip install ntfy[pid]`
Installs the Python libraries listed in requirements.txt (or similar).
installing as `pip install ntfy[emoji]`
Installs the Python libraries listed in requirements.txt (or similar).
`pip install ntfy[xmpp]`
Installs the Python libraries listed in requirements.txt (or similar).
`pip install ntfy[telegram]`
Installs the Python libraries listed in requirements.txt (or similar).
as `pip install ntfy[instapush]`
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
