Installation

Via pip

You can install via pip:

$ pip install notifiers

Or install from source:

$ pip install https://github.com/notifiers/notifiers/master.zip

Use develop branch for cutting edge (not recommended):

$ pip install https://github.com/notifiers/notifiers/develop.zip

Note

Python 3.6 and higher is required when installing via pip

Via docker

Alternatively, use DockerHub:

$ docker pull liiight/notifiers

Use develop tag for cutting edge (still not recommended):

$ docker pull liiight/notifiers:develop

Or build from DockerFile locally