Categorygithub.com/Crocmagnon/downloader-go
repositorypackage
0.0.0-20250131230127-1f3722244da0
Repository: https://github.com/crocmagnon/downloader-go.git
Documentation: pkg.go.dev

# README

downloader-go

Download your invoices, bank statements, etc.

Currently only supports the following:

  • Freebox latest invoice
  • Free mobile latest invoice
  • Eau du Grand Lyon latest invoice
  • Octopus Energy proof of address (non-functional)
  • Shiva latest payslip
  • LCL latest bank statement

Usage

$ ./downloader -h
Usage: downloader --output-dir=STRING <command> [flags]

Flags:
  -h, --help                 Show context-sensitive help.
  -o, --output-dir=STRING    Output directory.
      --headless             Enable headless mode.
      --no-interaction       Enable interaction-less mode. In this mode, if a user interaction is required, it will generate
                             an error instead.

Commands:
  freebox --output-dir=STRING --username=STRING --password=STRING [flags]
    Download latest invoice from Freebox.

  free-mobile --output-dir=STRING --username=STRING --password=STRING [flags]
    Download latest invoice from Free mobile.

  eau-du-grand-lyon --output-dir=STRING --username=STRING --password=STRING [flags]
    Download latest invoice from Eau du Grand Lyon.

Run "downloader <command> --help" for more information on a command.