{"id":27228011,"url":"https://github.com/nkte8/skyshare","last_synced_at":"2025-06-18T21:44:19.054Z","repository":{"id":286977251,"uuid":"771509916","full_name":"nkte8/skyshare","owner":"nkte8","description":"Bluesky API Client with OGP generator.","archived":false,"fork":false,"pushed_at":"2024-05-19T11:10:25.000Z","size":1693,"stargazers_count":35,"open_issues_count":30,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-10T12:56:09.630Z","etag":null,"topics":["bluesky","client","generator","ogp-image","webservice"],"latest_commit_sha":null,"homepage":"https://skyshare.uk/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nkte8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-13T12:36:46.000Z","updated_at":"2025-03-27T02:37:48.000Z","dependencies_parsed_at":"2025-04-12T03:15:24.193Z","dependency_job_id":null,"html_url":"https://github.com/nkte8/skyshare","commit_stats":null,"previous_names":["nkte8/skyshare"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nkte8/skyshare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkte8%2Fskyshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkte8%2Fskyshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkte8%2Fskyshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkte8%2Fskyshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nkte8","download_url":"https://codeload.github.com/nkte8/skyshare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkte8%2Fskyshare/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260640055,"owners_count":23040463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bluesky","client","generator","ogp-image","webservice"],"created_at":"2025-04-10T12:33:30.752Z","updated_at":"2025-06-18T21:44:14.036Z","avatar_url":"https://github.com/nkte8.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](./astro/public/materials/longlogo.svg)\n\n[Skyshare](https://skyshare.uk/) is web application that BlueSky user saves their time of boring SNS X.com(Twitter).\n\n## How works\n\nSkyshare post your post to Bluesky with AT Protocol.  \nfor twitter, because of X taxes, Skyshare present Post Link: [Like that](https://twitter.com/intent/tweet?text=This\u0026nbsp;is\u0026nbsp;tweet\u0026nbsp;sample.\u0026url=https://skyshare.uk/posts/nlla.bsky.social_3kk7qzpffl22n/), can only with media by OGP image.\n\n## AT Protocol\n\nBecause of bluesky official typescript client seems not available works on React, Skyshare uses REST API directry by fetch API like that...  \n\n```ts:src/utils/atproto_api/createSession.ts\nimport endpoint_url, { com_atproto } from \"./base\"\nimport mtype from \"./models/createSession.json\"\nimport etype from \"./models/error.json\"\nconst endpoint = endpoint_url(com_atproto.server.createSession)\n\nexport const api = async ({\n    identifier,\n    password,\n}:{\n    identifier: string,\n    password: string,\n}): Promise\u003ctypeof mtype \u0026 typeof etype\u003e =\u003e fetch(endpoint,\n    {\n        method: 'POST',\n        headers: { 'Content-Type': 'application/json' },\n        body: JSON.stringify(\n            {\n                identifier: identifier,\n                password: password,\n            })\n    }).then((response) =\u003e response.json()\n    ).catch(() =\u003e {})\n\nexport default api\n```\n\n## more info\n\n[Zenn article: for japanese developer](https://zenn.dev/nkte8/articles/2024-02-03-r01)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkte8%2Fskyshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnkte8%2Fskyshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkte8%2Fskyshare/lists"}