Skip to content

Look back at WHIMC server logs to trigger the QRF Dispatcher

Notifications You must be signed in to change notification settings

whimc/QRF-Triggers

Repository files navigation

QRF

Setup

Create virtual environment

Mac / Linux

$ python3 -m venv venv
$ source venv/bin/activate

Windows

$ python -m venv venv
$ .\venv\Scripts\activate
  • may be python3 depending on configuration

Install packages

$ pip install -r requirements.txt

Create credentials.json

Create a new file credentials.json from credentials.json.template. Fill in the password of the database.

Running

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']

About

Look back at WHIMC server logs to trigger the QRF Dispatcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages