An open API service indexing awesome lists of open source software.

https://github.com/beeven/ds3-savebackup-cloud


https://github.com/beeven/ds3-savebackup-cloud

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

DS3 SaveBackup
======
Steam deck plugin - DS3 SaveBackup - OneDrive plugin.

Plugin starts up the backend and communicate with it via unix socket.

## Protocol
Python as server, starts up a unix socket as `/tmp/ds3savebackup.sock`, wait for connection.

```json
{
"register": {
"name": "onedrive"
}
}
```

```json
{
"command": "GetAccounts"
}
```