Personal Project Portfolio
python bash powershell
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

added powershell atproto script

+6
+6
scripting/atproto-getCar-powershell.ps1
··· 1 + <# 2 + This is a Powershell script to use the XRPC endpoint on the ATProto PDS to get the CAR file 3 + backup for a given repo 4 + #> 5 + 6 + Invoke-WebRequest https://<pds.domain>/xrpc/com.atproto.sync.getRepo?did=did:plc:<user did here> -OutFile <\local\path\to\file\name.extension>