Skip to content

This is a script to take screenshoot from Cacti graph and export the result to excel file

Notifications You must be signed in to change notification settings

ar-rohman/cacti-screnshoot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Cacti Graph Screenshoot

This is a script to take screenshoot from Cacti graph and export the result to excel file

Setup guide

To run this script, you need to install some python libary
First python library that you need to install is Pillow. For more information about Pillow library, visit the documentation site https://pillow.readthedocs.io/en/5.1.x/. To install this library, use this command
pip3 install Pillow

Second library is xlsxwriter. This library will export the result of screenshoot to excel file. For more information about this library, visit the documentation site http://xlsxwriter.readthedocs.io/. To install this library, use this command

pip3 install xlsxwriter

Third library is selenium, for more information about this library, visit the documentation site http://selenium-python.readthedocs.io/index.html. To install this library, use this command

pip3 install selenium

Last, you need to install chromedriver. To instal chromedriver, you can follow tutorial on this site https://gist.github.com/ziadoz/3e8ab7e944d02fe872c3454d17af31a5

Run the script

When you have installed all of the prerequisite library, you can run the script by this command
python3 CactiScreenshoot.py

About

This is a script to take screenshoot from Cacti graph and export the result to excel file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%