Commit Graph
9 Commits
Author SHA1 Message Date
Nick Ninov 58abd706ce upload: append mode only 2026-03-03 20:01:11 +00:00
Nick Ninov ff31c36277 download: fix infinite loop bug 2026-03-03 09:31:11 +00:00
Nick Ninov 262163e2b6 download: documentation fix 2026-03-02 10:59:05 +00:00
Nick Ninov bf1853980f download: filtered data
- `channel_id` has the indipendent ID instead of the one in https://github.com/status-im/status-go/blob/30935148c4272d7254168e10b8a4b207db8afbd1/protocol/communities/community.go#L2349-L2355
- create `.json` files for the given timestamp range
2026-03-02 10:50:33 +00:00
Nick Ninov ccfed7fc7c download: Batch download
- Create community info snapshots (`.pkl` file)
- Create messages file that will be uploaded to Postgres (`.json` file)
- Create configurable file to keep track of changes on GitHub
2026-02-27 20:49:32 +02:00
Nick Ninov 1a878b73b8 data_utils: reusable functions 2026-02-27 05:42:57 +02:00
Nick Ninov e7218e422c create_account: docker volume
- **TEMP solution** - Store account information from different `status-backend` runs.
2026-02-25 08:01:58 +02:00
Nick Ninov 0491c597f7 create_account: store credentials locally
- Initial documentation with how to run the project
- Store `create_account_and_login` credentials locally so they can be reused when messaging
- Script can be ran with arguments
2026-02-24 21:46:56 +02:00
Nick Ninov 722c56e988 Initial commit 2026-02-12 08:19:04 +02:00