29 Commits
Author SHA1 Message Date
Nick Ninov 8dbbd7dd8f bug: Wallet setup
- Wallet was set during autologin only
2026-08-26 08:56:04 +03:00
Nick Ninov 164f439bde real-time: Data classes
- Related to https://github.com/status-im/status-python-sdk/issues/46
2026-08-22 22:22:11 +03:00
Nick Ninov d82a2021dc bot: Accepted contact requests
- Related to https://github.com/status-im/status-python-sdk/issues/45
2026-08-21 22:59:06 +03:00
Nick Ninov 6773698575 account: Emoji reactions
- Related to https://github.com/status-im/status-python-sdk/issues/43
2026-08-20 12:38:35 +03:00
apentori c499ac7769 account: remove community joined field
field not mapping the correct element in the dict. is_member already
    show if the user has joined or not.

Signed-off-by: apentori <pentori.alexis@proton.me>
2026-08-18 20:19:59 +03:00
Nick Ninov 14b86878b2 bot: Listen for message mentions
- Related to https://github.com/status-im/status-python-sdk/issues/40
2026-08-18 19:52:29 +03:00
Nick Ninov 76ed99f040 bot: Fetch all signals
- Related to https://github.com/status-im/status-python-sdk/issues/41
2026-08-18 19:39:24 +03:00
Nick Ninov b14de3bcab bug: status-bot implementation 2026-08-18 08:36:27 +03:00
Nick Ninov c526e9c842 messaging: Date formatting
New supported formats:
- `datetime.date`
- `pd.Timestamp`
- `str`
2026-08-15 00:36:07 +03:00
Nick Ninov e13ca0ccf4 bot: Auto login
- Related to https://github.com/status-im/status-python-sdk/issues/38
2026-08-14 12:34:04 +03:00
Nick Ninov 95e969dd54 account: Mapping refactoring 2026-08-13 21:13:56 +03:00
Nick Ninov e1b20d330c bot: Permanently Delete Messages
- Related to https://github.com/status-im/status-python-sdk/issues/37
2026-08-13 19:17:13 +03:00
Nick Ninov 2f69c5c103 bot: Contact block / unblock
Related to:
- https://github.com/status-im/status-python-sdk/issues/36
- https://github.com/status-im/status-python-sdk/issues/35
2026-08-13 08:22:31 +03:00
Nick Ninov 5a3885cc6a bot: Send image
- Related to https://github.com/status-im/status-python-sdk/issues/33
2026-08-12 14:02:18 +03:00
Nick Ninov 3fad019531 bug: Center Profile Picture
- Related to https://github.com/status-im/status-python-sdk/issues/27
2026-08-11 09:37:53 +03:00
Nick Ninov 7b5986243f bot: Control Node 2026-08-11 08:38:16 +03:00
Nick Ninov 46bb0b20ae bot: Real time contact requests
- Related to https://github.com/status-im/status-python-sdk/issues/32
2026-08-07 23:59:50 +03:00
Nick Ninov 712081a311 bot: Community properties
- Properties based on `status-bot`
2026-08-05 20:10:20 +03:00
Nick Ninov fc7cb8845e docs: Versioning 2026-08-04 18:17:38 +03:00
Nick Ninov a24ae9ffe8 bot: Account Syncing
- Related to https://github.com/status-im/status-python-sdk/issues/19
2026-08-04 18:17:38 +03:00
Nick Ninov d6370218b1 example: Community Greet
- Related to https://github.com/status-im/status-python-sdk/issues/28
- Get community requests in real time
- Fix `account.chats` breaking bug
2026-08-04 18:17:38 +03:00
Nick Ninov 1efd9c3f3b messaging: Return ID for sent messages 2026-08-04 18:17:38 +03:00
Nick Ninov 8ba1a984b3 bot: Support Chat Keys & URLs 2026-08-04 18:17:38 +03:00
Nick Ninov 16143f92c1 bot: Community Member / Admin
- Related to https://github.com/status-im/status-python-sdk/issues/5
- Community class
- Channel class - used within Community class
- Community documentation
- Remove community functionality from Account
- Add `send_message` limit based on Status App
- Remove community functionalities from `Account`
- Update PyPi version
2026-08-04 18:17:38 +03:00
Nick Ninov dc7785c21d bot: Set Account status
- Set account active status
2026-08-04 18:17:38 +03:00
Nick Ninov c7a4be1b73 bot: Group Chat member addition error handling
- Use status-go default error handling
2026-08-04 18:17:38 +03:00
Nick Ninov a0f7201a81 bot: Dynamic Group Chat properties
- Make properties dynamic. Other members can add members and update the group chat's name.
- `Account` and `GroupChat` can reply to messages
- Update agents documentation
2026-08-04 18:17:38 +03:00
Nick Ninov 894beee4b5 bot: Group Chat Manager
- Related to https://github.com/status-im/status-python-sdk/issues/18
- Group Chat class
- Group Chat documentation
- Move images into sub-folders
- Compress images
2026-08-04 18:17:38 +03:00
Nick Ninov 9626c9ed1b PyPI: PIP setup
- Rename repository from `bot` to `status_sdk`
- Add `pyproject.toml` file
- Update code documentation
- Move `docker-compose.yaml` in folder `status_sdk`
- Update `Account` docker volume paths
- Update Agent example
- Add `volume_folder` to `Account`
2026-07-15 15:04:22 +03:00