Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 777 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 777 Bytes

ov-report-generator

  • Script does autologin into your account with provided credentials
  • Selects the latest reporting month
  • Unchecks all weekend trip transactions
  • And downloads the final report

Prerequisites

Installation and run

  • Define 3 environment variables:
    • export ov_username="your-ov-username"
    • export ov_password="your-ov-password"
    • export chrome_driver_path="path-to-your-chrome-driver" | for instance --> /Applications/chromedriver
  • Go into cloned project
  • Build project: mvn clean install
  • Run it java -jar target/ovreporter-jar-with-dependencies.jar
  • Check out your download folder! Hooray! Enjoy! ;)