From bc2d16c8400fcd95399ca22648887af1fac42d8b Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 1 Jul 2023 23:51:37 +0200 Subject: [PATCH] Last10GChangeNewUser.json.sh --- ASTROBOT/_sandbox/Last10GChangeNewUser.json.sh | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 ASTROBOT/_sandbox/Last10GChangeNewUser.json.sh diff --git a/ASTROBOT/_sandbox/Last10GChangeNewUser.json.sh b/ASTROBOT/_sandbox/Last10GChangeNewUser.json.sh new file mode 100755 index 00000000..c4fe1431 --- /dev/null +++ b/ASTROBOT/_sandbox/Last10GChangeNewUser.json.sh @@ -0,0 +1,18 @@ +curl -sX POST 'https://data.gchange.fr/user/profile/_search' -d '{ +"_source": [ +"title", +"avatar._content_type", +"time", +"address", +"city", +"creationTime", +"description", +"_source.pubkey" +], +"from": 0, +"size": 10, +"sort": { +"creationTime": "desc" +} +}' | jq +