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.2.tar.gz (163.7 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.2-py3-none-any.whl (64.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: sber_unofficial_sdk-0.6.2.tar.gz
  • Upload date:
  • Size: 163.7 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.2.tar.gz
Algorithm Hash digest
SHA256 f96482065b968c0eaa223526a3c5e02781e44687c12db171ff009a2a1f8a7de6
MD5 033a5fa435463bc31499e43a182137a3
BLAKE2b-256 05105c7f1a4b31abbfcabc74da1856b0174e4aba630af2062e80f71d4f719879

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sber_unofficial_sdk-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 07cb1d0cea59797ae16e72ce8df81fb297bc494640c693c85ce4cea5850a3ada
MD5 9ee066425e79cab891f3249ae8fcdccf
BLAKE2b-256 4385bfe30b8141dd56716be4a116aba0b0b77f49f80fd7a874192496a5d88476

See more details on using hashes here.

Provenance

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