Build pivot-ready purchase log
This commit is contained in:
@@ -670,6 +670,13 @@ def main(
|
||||
client_identifier=config["client_identifier"],
|
||||
)
|
||||
session = build_session(profile_dir, auth_headers)
|
||||
click.echo(
|
||||
"session bootstrap: "
|
||||
f"cookies={True} "
|
||||
f"authorization={bool(auth_headers.get('costco-x-authorization'))} "
|
||||
f"client_id={bool(auth_headers.get('costco-x-wcs-clientId'))} "
|
||||
f"client_identifier={bool(auth_headers.get('client-identifier'))}"
|
||||
)
|
||||
|
||||
start_date, end_date = resolve_date_range(months_back)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user