-
-
Save tom-sherman/0871dcc275baafb6756d7715b3d8227c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fetch("https://morel.us-east.host.bsky.network/xrpc/com.atproto.repo.createRecord", { | |
"headers": { | |
"authorization": "<your token here>", | |
"content-type": "application/json", | |
}, | |
"referrer": "https://bsky.app/", | |
"body": "{\"collection\":\"app.bsky.feed.post\",\"repo\":\"did:plc:2xau7wbgdq4phuou2ypwuen7\",\"record\":{\"text\":\"hello from the dawn of the unix epoch\",\"langs\":[\"en\"],\"createdAt\":\"1970-01-01T00:00:00.000Z\",\"$type\":\"app.bsky.feed.post\"}}", | |
"method": "POST" | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment