mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 23:01:21 +00:00
7 lines
277 B
Bash
7 lines
277 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
curl -H "Accept: application/activity+json" https://lemmy.ml/u/nutomic | jq \
|
||
|
> crates/apub/assets/lemmy-person.json
|
||
|
curl -H "Accept: application/activity+json" https://queer.hacktivis.me/users/lanodan | jq \
|
||
|
> crates/apub/assets/pleroma-person.json
|