Problem / motivation
one off exports are nice but what's nicer is continuous exports of claude.ai etc.
Because I don't want to keep re-exporting my stuff every few days. I just wanna leave Agentsview running in the background and it keeps pulling claude/chatgpt convos into its DB over time.
Also, org linked accounts often don't let you export the conversations.
Proposed solution
We have a webkit browser already. We can
- authenticate the user through tauri
- route most requests through the webkit as well to ensure we use the right cookies etc
Btw happy to work on this, i mainly want to start a discussion on how the maintainers would solve this as I tinker on this
Alternatives considered
No response
Problem / motivation
one off exports are nice but what's nicer is continuous exports of claude.ai etc.
Because I don't want to keep re-exporting my stuff every few days. I just wanna leave Agentsview running in the background and it keeps pulling claude/chatgpt convos into its DB over time.
Also, org linked accounts often don't let you export the conversations.
Proposed solution
We have a webkit browser already. We can
Btw happy to work on this, i mainly want to start a discussion on how the maintainers would solve this as I tinker on this
Alternatives considered
No response