Skip to content

A simple Python script which observes newly created files in a directory and send its contents to a ntfy server

License

Notifications You must be signed in to change notification settings

execvpe/ntfy-path-observer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ntfy Path Observer

A simple Python script which observes newly created files in a directory and send its contents to a ntfy server.

Usage

export OBSERVER_PATH='/path/to/observe'

export NTFY_USER='username'
export NTFY_PASS='password'
export NTFY_URL='https://ntfy.example.com/topic'

./observe.py

About

A simple Python script which observes newly created files in a directory and send its contents to a ntfy server

Topics

Resources

License

Stars

Watchers

Forks

Languages