Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turt2live/sliding-sync-may-2024-extractor
Extract to-device messages out the sliding sync proxy
https://github.com/turt2live/sliding-sync-may-2024-extractor
Last synced: about 1 month ago
JSON representation
Extract to-device messages out the sliding sync proxy
- Host: GitHub
- URL: https://github.com/turt2live/sliding-sync-may-2024-extractor
- Owner: turt2live
- License: apache-2.0
- Created: 2024-05-02T17:43:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T14:17:15.000Z (6 months ago)
- Last Synced: 2024-05-04T06:05:02.846Z (6 months ago)
- Language: Go
- Size: 13.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sliding-sync-may-2024-extractor
Extract to-device messages out the sliding sync proxy## Usage
> [!WARNING]
> This has not been widely tested. Use at your own risk.1. Stop your sliding sync proxy
2. Pick and download the executable for your platform from `./bin` (or compile it yourself with `go build`)
3. Run `SYNCV3_SERVER="..." SYNCV3_DB="..." ./sliding-sync-may-2024-extractor -accessToken "..." -elementDesktopJs ./run_in_console.js`
using the same environment variables from your proxy, and `accessToken` for the device you wish to fix. `SYNCV3_SECRET`
is not required.
4. Start your sliding sync proxy again