Phython Tool to get snapshots from Grafana server using selenium.
- python 3.7+
- pip
the recommended way to install GrafanaShot si via PyPi.
Install from PyPi
pip3 install grafanashot
Install from Source
git clone https://github.com/santoslluis/grafanashot
cd grafanashot
# Optional, uncomment the line below if you want a specific version
# git checkout v1.0.0
python3 setup.py install