Skip to content

Instantly share code, notes, and snippets.

@tom-sherman
Created October 6, 2024 10:33
Show Gist options
  • Save tom-sherman/0871dcc275baafb6756d7715b3d8227c to your computer and use it in GitHub Desktop.
Save tom-sherman/0871dcc275baafb6756d7715b3d8227c to your computer and use it in GitHub Desktop.
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