Bluesky API Client with OGP generator.
Skyshare is web application that BlueSky user saves their time of boring SNS X.com(Twitter).
Skyshare post your post to Bluesky with AT Protocol.
for twitter, because of X taxes, Skyshare present Post Link, can only with media by OGP image.
Because of bluesky official typescript client seems not available works on React, Skyshare uses REST API directry by fetch API like that...
import endpoint_url, { com_atproto } from "./base"
import mtype from "./models/createSession.json"
import etype from "./models/error.json"
const endpoint = endpoint_url(com_atproto.server.createSession)
export const api = async ({
identifier,
password,
}:{
identifier: string,
password: string,
}): Promise<typeof mtype & typeof etype> => fetch(endpoint,
{
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify(
{
identifier: identifier,
password: password,
})
}).then((response) => response.json()
).catch(() => {})
export default api
atproto explorer - mirror to https://tangled.org/pds.ls/pdsls
Fix X/Twitter and Bluesky embeds! Use multiple images, videos, polls, translations and more on Discord, Telegram and others
AT Protocol Reference Implementation (TypeScript)
Git scraping of AT Protocol/Bluesky instances
Git scraping of Bluesky labelers/label providers
web interface for labeling content in atproto / Bluesky
Your Brand Here!
50K+ engaged viewers every month
Limited spots available!
📧 Contact us via email🦋 Contact us on Bluesky