Skip to content

File Watcher watches a folder and performs an action when a file is received.

Notifications You must be signed in to change notification settings

IbrarMakaveli/FileWatcher

Repository files navigation

FileWatcher

PyPI pyversions

FileWatcher to launch a bash command when receiving a file on a path with possible settings :

  • Minimum file size
  • Waiting before launching the command
  • Match with a regex

Save configuration information with YAML files (local in FileWatcher)

Installation

With poetry :

poetry install
poetry run python filewatcher/config/installer_config.py

With pip :

pip install -r requirements.txt
python filewatcher/config/installer_config.py

Usage

Coming soon...

About

File Watcher watches a folder and performs an action when a file is received.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages