COOPER to Webhook
Project description
COOPER to Webhook
Installing
You can install cp2webhook directly from PyPI:
sudo pip3 install -U cp2webhook
or from source:
git clone https://github.com/hardwario/cp2webhook.git
cd cp2webhook
sudo pip3 install -r requirements.txt
sudo pip3 install -e .
Note: Parameter
-e
instructs to install files as symlinks, so changes to the source files will be immediately available to other users of the package on the host.
Usage
Update config.yml and run
cp2webhook -c config.yml
Systemd
Insert this snippet to the file /etc/systemd/system/cp2webhook.service:
[Unit]
Description=COOPER cp2webhook
After=network.target
[Service]
Type=simple
User=pi
ExecStart=/usr/local/bin/cp2webhook -c /etc/cooper/cp2webhook.yml
Restart=always
RestartSec=5
StartLimitIntervalSec=0
[Install]
WantedBy=multi-user.target
Start the service:
sudo systemctl start cp2webhook.service
Enable the service start on boot:
sudo systemctl enable cp2webhook.service
View the service log:
journalctl -u cp2webhook.service -f
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cp2webhook-1.1.0.tar.gz
(5.2 kB
view details)
File details
Details for the file cp2webhook-1.1.0.tar.gz
.
File metadata
- Download URL: cp2webhook-1.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.4.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 669e262b45ce62240a4f828807f0ff5e7dc615d490c647257576d4041fafb237 |
|
MD5 | c9cf0614c05d17bf59e00dc62fdf2c34 |
|
BLAKE2b-256 | 8604f5c3acd3f63ebb7b475ae256f1ff1d2ea7a14f516e76fb6d23dd96752462 |