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.3.tar.gz (16.7 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.3-py3-none-any.whl (15.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: rogers_api-0.1.3.tar.gz
  • Upload date:
  • Size: 16.7 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.3.tar.gz
Algorithm Hash digest
SHA256 7419bc42058ef9a5b2578b3407cac7ef238f75a88195de980f863bb47cc061e1
MD5 6dcd8fdfd206d6c98126246606852b00
BLAKE2b-256 780e3b0f7dd885d62f740ffca917b5e062ce6eaa2a500d8faf2e19cacb86c98b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rogers_api-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 15.6 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1c66f190767e806344bb9402f7d73b58e441b9971c53d5327032b1a9b63eaf1d
MD5 b90614d648f328d5ddf50f43a1d16072
BLAKE2b-256 84e7f1b5cb45aeb050f214a50f8cf042d6a6adb3af8eb7af49ae7dcef659cfb7

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