Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 683 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 683 Bytes

Pi-Star Scraper

This Python script scrapes the data from a given Pi-Star dashboard and stores the information into a database. For now, only InfluxDB is supported, but other database types would work also. With having this information stored persistently, you can do various statistics and visualisations, e.g. using Grafana.

Example for visualisation in Grafana

Tested with Pi-Star 4.1.3

Usage

Commandline arguments

pistar-scraper.py [-h] --url URL --db_host DB_HOST [--db_port DB_PORT]
                         [--db_name DB_NAME]

Example

python3 pistar-scraper.py --url http://pi-star.local --db_host localhost