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.
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())
- Want an MCP server for AI agents (Claude, Codex, Cursor)? Install
sber-unofficial-mcp. - Full documentation, guides, and screenshots: github.com/ex3lite/sber-mcp · SDK reference RU · EN
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.
Release files for sber-unofficial-sdk 0.6.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sber_unofficial_sdk-0.6.4.tar.gz | 195.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sber_unofficial_sdk-0.6.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 262.4 kB
Release files / sber_unofficial_sdk-0.6.4.tar.gz
| Download URL | sber_unofficial_sdk-0.6.4.tar.gz |
|---|---|
| Size | 195.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
76021dab44b677d57253f79e6fb2cca59a39b820e891b9bee5437500cc20b752
|
|
BLAKE2b-256 checksum How to use checksums |
c3a2fc65b4752fd9a8b1c9652b177ea572c73b8f84b5bb90db59bdd8749581f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 5, 2026.
Transparency logRelease files / sber_unofficial_sdk-0.6.4-py3-none-any.whl
| Download URL | sber_unofficial_sdk-0.6.4-py3-none-any.whl |
|---|---|
| Size | 66.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
330138f6facaef07f360958d68a1d0f068681aaf1a71c003bf00edf0c83292f3
|
|
BLAKE2b-256 checksum How to use checksums |
3f71e2bdbdc17c75777840cedbb9710db867ef7c7d4070493af169e859c872bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 5, 2026.
Transparency log