A simple app to write events generated by an Amcrest device to InfluxDB using the
python-amcrest and aioinflux libraries.
create a config.py. See [example-config.py].
Then Install the service:
pip3 install -r requirements.txt
sudo cp amcrest2influx.service /etc/systemd/system/
sudo systemctl enable amcrest2influx.service
sudo systemctl start amcrest2influx.service