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.0.tar.gz (16.0 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.0-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: rogers_api-0.1.0.tar.gz
  • Upload date:
  • Size: 16.0 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.0.tar.gz
Algorithm Hash digest
SHA256 9f3660f7a195736de21c47a533253e2e9a938abc24272108d65d9f01cbb489ca
MD5 8b2a6c22aec1c0e1706939ed1bee9708
BLAKE2b-256 19f5e591c9c6697e684d3afc70805b2e9838520e34474f797d62dc7e709b9517

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rogers_api-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 14.9 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 043b5810081f7413a848b118b6794d44c3e8a4441c1708acecaeb45f30d5b025
MD5 b8fbbecfb161f1d266962c6e580683a5
BLAKE2b-256 af1a37f964b060357112f9798c9720d4f29bc35e7f9d7efa8eb5a80bd83abe59

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