Personal Project Portfolio
python bash powershell
at main 6 lines 266 B view raw
1<# 2This is a Powershell script to use the XRPC endpoint on the ATProto PDS to get the CAR file 3backup for a given repo 4#> 5 6Invoke-WebRequest https://<pds.domain>/xrpc/com.atproto.sync.getRepo?did=did:plc:<user did here> -OutFile <\local\path\to\file\name.extension>