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

Uploaded Python 3

File details

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

File metadata

  • Download URL: sber_unofficial_sdk-0.6.3.tar.gz
  • Upload date:
  • Size: 169.1 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.3.tar.gz
Algorithm Hash digest
SHA256 ee71e91ef7c3f69c8f32e1cedb8f9033325e97f79f965006374ea291fe36e6d3
MD5 646bdf9f3773ce8605fcedaa9a4aaeb5
BLAKE2b-256 cc420b9b52641db6a0fa5a141cf4eae2f394d518cdb4331bf1cfd7c32a5da775

See more details on using hashes here.

Provenance

The following attestation bundles were made for sber_unofficial_sdk-0.6.3.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.3-py3-none-any.whl.

File metadata

File hashes

Hashes for sber_unofficial_sdk-0.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fdd1eddd061b601d348ab5b573cef696d7ce2f3f59699f5076595d9c5f5a65de
MD5 67d69c3b57da70722a4b5472708e756f
BLAKE2b-256 cb4829ef748edd82f5e47ae1788947e85b9c6b7b608f7d4bc6982bc4508c9d90

See more details on using hashes here.

Provenance

The following attestation bundles were made for sber_unofficial_sdk-0.6.3-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