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
e12c29fa1e
example: Group Chat Moderator
...
- Related to https://github.com/status-im/status-python-sdk/issues/25
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
eb5f96a8cf
PyPI: Setup publishing
2026-07-29 13:37:37 +05:30
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
Nick Ninov
314feac2ff
wallet: ERC-20 <-> ERC-20 swap
2026-07-14 00:50:52 +03:00
a69e87fdda
bug: Inaccessible MediaPort
...
- Related to https://github.com/status-im/status-go/pull/7616
- Media port would dynamically change every time the user logged in.
Co-Authored-By: Siddarth Kumar <siddarthkay@gmail.com >
Co-Authored-By: Andrey Bocharnikov <andrey.bocharnikov@gmail.com >
2026-07-12 01:15:24 +03:00
Nick Ninov and Andrey Bocharnikov
a6bf145f8b
bug: new wakuext_startMessenger signal
...
Co-Authored-By: Andrey Bocharnikov <andrey.bocharnikov@gmail.com >
2026-07-10 19:27:47 +03:00
Nick Ninov
438161c2b9
bug: No backup file found
...
- Replace custom exception with logger message
2026-06-29 22:48:22 +03:00
Nick Ninov
4c6c4d7c8c
docker: Choose GitHub commit
2026-06-29 22:28:21 +03:00
Nick Ninov
be0650d94e
example: Agent onchain
...
New features:
- Swap Tokens
- Send Transactions
- Search Transactions
- Add payment requests to messages
- Add payment requests to listening messages
Related to:
- https://github.com/status-im/status-python-sdk/issues/3
2026-06-24 18:08:58 +03:00
Nick Ninov
1ff410ae7d
wallet: ETH <-> ERC-20 swap
2026-06-24 16:09:45 +03:00
Nick Ninov
a5e97fa99d
account: ENS support
...
- Related to https://github.com/status-im/status-python-sdk/issues/14
2026-06-23 12:29:00 +03:00
Nick Ninov
82de859915
signal: Async messages
...
- Related to https://github.com/status-im/status-python-sdk/issues/3
2026-06-23 11:56:04 +03:00
Nick Ninov
75051e2c98
wallet: Add Infura Token
...
- Wallet usage can be broken down into 3 parts - transactions (Alchemy), prices (Coingecko) and Ethereum RPC calls (Infura).
- Related to https://github.com/status-im/status-python-sdk/issues/3
2026-06-23 08:01:37 +03:00
Nick Ninov
feda4a4d05
PyPI: Custom Exceptions
...
- Related to https://github.com/status-im/status-python-sdk/issues/13
2026-06-20 08:41:22 +03:00
Nick Ninov
d0b5b6713e
wallet: Alchemy transactions
...
- Replace Infura and Etherscan API keys with Alchemy one. Alchemy can be used to for Status wallet functionality and fetching transactions.
- Related to https://github.com/status-im/status-python-sdk/issues/3
2026-06-19 23:47:30 +03:00
Nick Ninov
e5cb534a86
account: Load specific bkp file
2026-06-19 14:50:12 +03:00
Nick Ninov
111544cfcc
bug: Remove address from contacts
2026-06-19 08:33:31 +03:00
Nick Ninov
6bf66291b4
wallet: Etherscan transactions
...
- Related to https://github.com/status-im/status-python-sdk/issues/3
2026-06-18 23:58:15 +03:00
Nick Ninov
180783b264
bug: Inconsistent profile picture paths
2026-06-18 08:17:11 +03:00
Nick Ninov
83f192bc00
docker: Sleep after run finishes
...
- Sleep prevents calling `Account` faster than launching the docker container. This only happens when the container already exists and it is must be turned on.
- Add logs
2026-06-18 07:39:20 +03:00
Nick Ninov
b49680ac50
PyPI: Selectable Backup folder
...
- Backup folder can be manually selected on local machine
- Related to https://github.com/status-im/status-python-sdk/issues/2
2026-06-17 23:48:55 +03:00
Nick Ninov
20c008f7fa
wallet: Send ERC-20 and ETH on the same chain
2026-06-17 19:49:56 +03:00
Nick Ninov
194c39eeae
PyPI: Windows WSL launch
2026-06-17 18:56:45 +03:00
Nick Ninov
6c028448b0
bot: Community members
...
Related to:
- https://github.com/status-im/data-docs/issues/207
- https://github.com/status-im/status-python-sdk/issues/5
2026-06-02 22:51:42 +03:00
Nick Ninov
39501459da
license: Add MIT license
...
- Related to https://github.com/status-im/status-python-sdk/issues/11
2026-05-29 13:10:06 +03:00
Nick Ninov
a1f61684a5
example: Account Agent
...
- Related to https://github.com/status-im/status-python-sdk/issues/4
2026-05-26 08:28:25 +03:00
Nick Ninov
cc9e0db455
PyPI: Launch Docker container
...
- Related to https://github.com/status-im/status-bot/issues/22
2026-05-24 21:26:27 +03:00
Nick Ninov
f97f6b66b6
bot: Remove monitor.py
2026-05-24 17:35:20 +03:00
Nick Ninov
e3e338ea21
monitor: Verify wallet setup
2026-05-14 08:12:41 +03:00
Nick Ninov
f4cb5d21d9
docs: Add development guidelines
...
- Related to https://github.com/status-im/data-docs/pull/195
2026-05-13 08:58:10 +03:00
apentori
4d5df2e8ab
Dockerfile: split dependency download layer
...
requirements should be copy first to avoid downloading everytime
excluding example config from docker
Signed-off-by: apentori <pentori.alexis@proton.me >
2026-05-11 15:55:39 +02:00
Siddarth Kumar
a665fb7d46
bot: Add Profile Picture
...
- Set local profile picture
- Documentation
- Monitoring implementation
2026-05-10 22:07:35 +03:00
Nick Ninov
e3af713e20
bot: Documentation
...
- Explain data extraction process
- Document fields that are extracted and which ones are hashed
- Add status-bot public key so users are aware of the process
2026-05-06 18:54:37 +03:00
Nick Ninov
884119ce9c
bot: Data Privacy
...
- Hash sensitive information before being uploaded to Postgres
- Limit columns that are extracted from Status App
2026-05-05 17:44:59 +03:00
Nick Ninov
917db8c462
bot: Verify that status-bot has logged in
...
- Related to https://github.com/status-im/status-bot/issues/14
2026-05-05 13:11:34 +03:00
Nick Ninov
5c1fea8155
bot: Bridge Messages
...
- Convert bridge messages to valid JSON
- Related to https://github.com/status-im/data-docs/issues/153#issuecomment-4357903790
2026-05-01 08:27:05 +03:00
Nick Ninov
f74afd5670
monitor: Community Activity
...
- Community activity must be calculated from `raw_messages` instead of `raw_community_activity`
- Related to https://github.com/status-im/data-docs/issues/153#issuecomment-4355324780
2026-04-30 21:52:34 +03:00
Nick Ninov
3ea30f4337
signal: Missing docstring
2026-04-29 13:28:49 +03:00
Nick Ninov
17cd6ea4a9
communities: Batch processing for gated communities
2026-04-28 23:28:00 +03:00
Nick Ninov
638d482de9
monitor: Batch processing
...
- Add Slowly Changing Dimensions logic to database upload process
- Keep bot logged in. When logging out, messages can be lost / not synced properly. A logged in account can fetch all the messages that it's seen.
- Store latest timestamps per chat
2026-04-28 22:49:28 +03:00