Skip to content

Python script to get data from the Pi-Star Dashboard and store it to InfluxDB

License

Notifications You must be signed in to change notification settings

dl1com/pistar-scraper

Repository files navigation

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

About

Python script to get data from the Pi-Star Dashboard and store it to InfluxDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages