$ python3 -m venv venv
$ source venv/bin/activate
$ python -m venv venv
$ .\venv\Scripts\activate
- may be python3 depending on configuration
$ pip install -r requirements.txt
Create a new file credentials.json
from credentials.json.template
. Fill in the password
of the database.
Every 5 seconds the database will be queried and if triggered, the QRF dispatcher will be called.
$ python src.py [--initial-newer-than 'YYYY-MM-DD hh:mm:ss']