A script for pulling current weather data into InfluxDB from a range of sources
- Clone Repository
- Change working directory in
influx-weather.serviceto location of cloned repo - Install untangle using
sudo pip3 install untangle - Install lxml using
pip3 install lxml - Install the influxdb python client using
sudo pip3 install influxdb - Make copies of each of the config files, and remove the
.exampleplaceholder in the name. - Copy the
influx-weather.servicefile to/etc/systemd/system/
Inspiration for this script came from Barry Carey