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.comcast scraper downloads Comcast (Xfinity) monthly bills as PDF files using selenium and chromedriver. Each bill is saved with a filename derived from its bill date for easy sorting and archiving. Like other utility bill scrapers in finance-dl, the downloaded PDFs are text-based and can be processed with pdftotext to extract data for automated accounting pipelines.
Configuration Parameters
A dictionary containing your Comcast (Xfinity) 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.