Skip to main content

Unofficial async SDK for observed SberBank Online web endpoints

Project description

sber-unofficial-sdk

Unofficial async SDK for SberBank Online — browserless login, product and operation reads, and transfers between your own products, over direct HTTP (no Chrome, WebDriver, or HAR). Direct client ↔ SberBank: no third-party services, proxies, or clouds in the path.

License: MIT Python CI

pip install sber-unofficial-sdk
import asyncio
from sber_unofficial import AsyncSberClient

async def main():
    # profile.json is created once via examples/first_login.py (no CLI, no browser)
    async with await AsyncSberClient.from_pin_profile("profile.json", pin="12345") as sber:
        portfolio = await sber.portfolio()          # cards + accounts in one call
        for card in portfolio.cards:
            print(card.name, card.last4, card.balance)
        for op in await sber.operations.list(limit=20):
            print(op.date, op.amount, op.description)

asyncio.run(main())

Unofficial project. Not affiliated with SberBank. Use may violate the service's terms and get your account blocked; it works with real money and credentials. No warranty and no liability — DISCLAIMER · LICENSE.

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

sber_unofficial_sdk-0.6.4.tar.gz (195.8 kB view details)

Uploaded Source

Built Distribution

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

sber_unofficial_sdk-0.6.4-py3-none-any.whl (66.6 kB view details)

Uploaded Python 3

File details

Details for the file sber_unofficial_sdk-0.6.4.tar.gz.

File metadata

  • Download URL: sber_unofficial_sdk-0.6.4.tar.gz
  • Upload date:
  • Size: 195.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sber_unofficial_sdk-0.6.4.tar.gz
Algorithm Hash digest
SHA256 76021dab44b677d57253f79e6fb2cca59a39b820e891b9bee5437500cc20b752
MD5 6bf6158d34ff11069a4e6c9b61b323dc
BLAKE2b-256 c3a2fc65b4752fd9a8b1c9652b177ea572c73b8f84b5bb90db59bdd8749581f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sber_unofficial_sdk-0.6.4.tar.gz:

Publisher: release.yml on ex3lite/sber-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sber_unofficial_sdk-0.6.4-py3-none-any.whl.

File metadata

File hashes

Hashes for sber_unofficial_sdk-0.6.4-py3-none-any.whl
Algorithm Hash digest
SHA256 330138f6facaef07f360958d68a1d0f068681aaf1a71c003bf00edf0c83292f3
MD5 9f7eb4ad73756003842231d3cc122c21
BLAKE2b-256 3f71e2bdbdc17c75777840cedbb9710db867ef7c7d4070493af169e859c872bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sber_unofficial_sdk-0.6.4-py3-none-any.whl:

Publisher: release.yml on ex3lite/sber-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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