Skip to content

singhalkul/uber-invoice-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Utility to download invoices from uber trips in India.

Also allows to return sum of the fare of all the trips.

Requirements:

Java 8, Scala 2.11.*

Usage:

  private val username = ??
  private val password = ??
  private val from = LocalDate.parse("01/09/2015", DateTimeFormatter.ofPattern("dd/MM/yyyy"))
  private val to = LocalDate.parse("30/09/2015", DateTimeFormatter.ofPattern("dd/MM/yyyy"))
  private val paymentMethod = "payt"
  private val invoiceFileLocation = "receipt.pdf"
  private val driver = "FIREFOX" //other one is CHROME

  private val invoiceDownloader = InvoiceDownloader(username, password, invoiceFileLocation, driver)
  invoiceDownloader.download(from, to, paymentMethod)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages