Surfer Protocol: An open-source framework for exporting and building applications off of your personal data
Desktop App: Surfer Desktop App
SDK: Surfer Python SDK
Surfer Protocol is an open-source framework for exporting and building applications off of your personal data.
Your personal data is siloed across many platforms and apps. Big tech companies have no incentive to give you easy access to your own data. Whether you want to make an AI clone that texts like you, reclaim your data from big tech, or leave a digital legacy, Surfer Protocol is the way to do it.
Currently, Surfer Protocol consists of a Python SDK and a Desktop App. The Desktop App is used for exporting your data from your favorite apps and services. The Python SDK is used for building applications off of your personal data.
- Desktop App for exporting data from your favorite apps and services
- Python SDK for building applications off of your personal data
- Cookbook for examples of how to use the Surfer Protocol Python SDK to build applications
- Click on "Export" to initiate the data extraction process.
- The app waits for the target page to load completely.
- The system checks if the user is signed in to the platform being scraped.
- If not signed in, the user is prompted to sign in.
- If signed in, the process continues.
- Once signed in, the app interacts with the platform's user interface.
- The app then scrapes the user's data from the platform.
- Finally, the extracted data is exported and saved to your local storage.
"platform_name": "X Corp",
"name": "Twitter",
"runID": "twitter-001-1724267514217",
"timestamp": 1724267623318,
"content": [
"Twitter Post 1",
"Twitter Post 2",
"Twitter Post 3",
...
]
}
To download the app, head over to https://surferprotocol.org/desktop/installation. Or you can go to the releases page.
For instructions on setting up the app locally and contributing to the project, please refer to the Contributing Guidelines and Setup Guide.
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
Surfer Discord Server - @SahilLalani0 - @JackBlair87 - @T0M_3D
Project Link: https://github.com/Surfer-Org/Protocol/