Skip to main content

Unofficial Python wrapper for Rogers Bank credit card data

Project description

Rogers API (Unofficial)

Unofficial Python wrapper for Rogers Bank credit card data retrieval.

Disclaimer

This project is not affiliated with, maintained by, or endorsed by Rogers Bank. Automating access to banking portals may violate terms of service. Use at your own risk and only for your own account.

MVP Goals

  • HTTP-first authentication and session handling.
  • Account summary retrieval.
  • Credit card transaction retrieval.
  • Normalized transaction output for future Lunch Money integration.

Installation

pip install -r requirements.txt
pip install -e .

Quick Start

python run.py login
python run.py discover-endpoints --capture-seconds 120
python run.py balance
python run.py transactions --start-date 2026-01-01

Notes

  • Credentials are requested interactively.
  • Session state is stored locally and reused.
  • Browser fallback is used only when direct HTTP auth cannot complete.

Endpoint Discovery (Authenticated)

Use this command after login to capture real authenticated network calls and lock the endpoint mapping used by the client:

python run.py discover-endpoints --capture-seconds 120

If the sign-in button is disabled (for example due to captcha/challenge), run manual mode:

python run.py discover-endpoints --manual-login --capture-seconds 120

To prefer email verification and keep the browser hidden when possible:

python run.py discover-endpoints --headless --prefer-email --capture-seconds 120

Artifacts are written under your local session folder (~/.rogers-api/ by default):

  • endpoint_map.json: selected summary/transactions endpoint + HTTP method
  • endpoint-discovery-YYYYMMDD-HHMMSS.json: raw captured XHR/fetch event metadata

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rogers_api-0.1.1.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rogers_api-0.1.1-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file rogers_api-0.1.1.tar.gz.

File metadata

  • Download URL: rogers_api-0.1.1.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for rogers_api-0.1.1.tar.gz
Algorithm Hash digest
SHA256 8e427d928cc63ab0dbd6de642f165afeffc2b3e9c96c8ea5dbc495b2c47b13ca
MD5 fba5505b25afa0ce8703ff0acce02137
BLAKE2b-256 f696831c9582d0b05c7a343b72e28716a57fb854fcc0894c0bbc8a94d7264c2b

See more details on using hashes here.

File details

Details for the file rogers_api-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: rogers_api-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for rogers_api-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bb1e5aca8a4909060774bb8506278f56f406748f7089bd6ace834463e4a576f6
MD5 f66e9c9ab7c6c2df0a1734d8ef11d2c3
BLAKE2b-256 a4a9026ea47960372b64b49b42b64316e450d74840f57731b665013d15d65860

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page