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
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
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
Nick Ninov
9fe4da4b54
communities: Gated community monitoring
...
- Messages are saved in `.csv` instead of `.pkl` files due to `pickle.load` error
- Added monitoring logs
- Save latest extracted message per community chat
2026-04-23 08:58:15 +03:00
Nick Ninov
b4df638f9b
bot: PR changes (2)
2026-03-24 18:46:36 +02:00
Nick Ninov
68dacbfc34
bot: PR changes
...
Make PR changes based on resolved suggestions
2026-03-23 07:36:49 +02:00
Nick Ninov
bcb34da804
bot: Status App Monitoring
...
Related to:
- https://github.com/status-im/status-bot/issues/14
- https://github.com/status-im/status-bot/issues/4
- https://github.com/status-im/data-docs/issues/153
Notes:
- SImplified `Account` class is used instead of initial `StatusBackend`
- Add `Account` requirements.txt
- Fixed backup load bug. Initially wrong event was monitored and it would wait forever.
- Latest Status Backend Dockerfile is pulled from GitHub instead of Harbor
- Postgres schema is created if it doesn't exist
2026-03-19 22:47:35 +02:00