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)
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
Coming soon...