fix atproto service pds, bsky, social-app for patch
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import json
|
||||
|
||||
record = {
|
||||
"$type": "app.bsky.feed.post",
|
||||
"text": "テスト投稿 from script",
|
||||
"createdAt": "2025-05-26T12:00:00Z"
|
||||
}
|
||||
|
||||
with open("record.json", "w", encoding="utf-8") as f:
|
||||
json.dump(record, f, ensure_ascii=False, indent=2)
|
||||
Reference in New Issue
Block a user