TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/jbms/finance-dl/llms.txt
Use this file to discover all available pages before exploring further.
finance_dl.ebmud scraper downloads East Bay Municipal Utility District (EBMUD) water bills as PDF files using selenium and chromedriver. Each bill is saved with a filename derived from its bill date, keeping your utility archives neatly sorted. The PDFs are text-based and can be processed with pdftotext to extract billing details for use in automated accounting workflows.
Configuration Parameters
A dictionary containing your EBMUD online account login credentials.
Path on the local filesystem where PDF bill files will be saved. The directory is created automatically if it does not already exist.
Path to a persistent Chrome browser profile directory used exclusively for this scraper. Do not point this at your regular browser profile. When omitted, a fresh temporary profile is used on every run.
Output Format
Each bill is saved tooutput_directory as a PDF file named by its bill date:
2017-11-28.bill.pdf.