{"id":23457903,"url":"https://github.com/briandowns/libbluesky","last_synced_at":"2025-07-24T07:38:14.076Z","repository":{"id":269211486,"uuid":"897145518","full_name":"briandowns/libbluesky","owner":"briandowns","description":"C/C++ library for accessing the BlueSky API.","archived":false,"fork":false,"pushed_at":"2024-12-21T19:05:56.000Z","size":96,"stargazers_count":6,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T17:57:15.592Z","etag":null,"topics":["bluesky","c","cplusplus","libray"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/briandowns.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-12-02T05:35:19.000Z","updated_at":"2025-01-25T20:11:34.000Z","dependencies_parsed_at":"2024-12-21T20:18:39.893Z","dependency_job_id":"8b3db4e5-b79d-4560-9a6c-f3f893c4d1c6","html_url":"https://github.com/briandowns/libbluesky","commit_stats":null,"previous_names":["briandowns/libbluesky"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandowns%2Flibbluesky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandowns%2Flibbluesky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandowns%2Flibbluesky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/briandowns%2Flibbluesky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/briandowns","download_url":"https://codeload.github.com/briandowns/libbluesky/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239066126,"owners_count":19575829,"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","c","cplusplus","libray"],"created_at":"2024-12-24T05:12:50.798Z","updated_at":"2025-02-15T23:19:52.971Z","avatar_url":"https://github.com/briandowns.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libbluesky\n\n[![Build and Deploy](https://github.com/briandowns/libbluesky/actions/workflows/main.yml/badge.svg)](https://github.com/briandowns/libbluesky/actions/workflows/main.yml/badge.svg)\n\nlibbluesky is a C/C++ client library for the BlueSky API. It requires a Bluesky account to connect through and an application password to authenticate with.\n\n\n**Note**: This library is very much in alpha and will experience change over the coming months. \n\n## Usage\n\nTo initialize the library, the user's github token is required.\n\n```c\nchar *bksy_app_password = getenv(\"BSKY_APP_PASSWORD\");\nint ret = bs_client_init(\"bdowns328.bsky.social\", bksy_app_password, NULL);\nif (ret \u003e 0) {\n    fprintf(stderr, \"failed to login to bluesky\\n\");\n    return 1;\n}\n```\n\n## Build shared object\n\nTo build the shared object:\n\n```sh\nmake install\n```\n\n## Example \n\nBuild the example:\n\n```sh\nmake example\n```\n## API Coverage\n\n* API response data is returned in a string containing JSON.\n* The caller is responsible for how to handle the data.\n\n### User\n\n* Retrieve a user's profile information\n* Retrieve the authenticated preferences\n* Retrieve follows for a given handle\n* Retrieve followers for a given handle\n* Resolve handle into DID (domain identifier)\n\n### Posts\n\n* Create a post\n* Retrieve the authenticated user's timeline\n* Retrieve post for a given account\n\n### Likes\n\n* Retrieve likes for the authenticated user\n* Retrieve likes for a given at-uri\n\n## Requirements / Dependencies\n\n* curl\n* jansson\n\n## Contributing\n\nPlease feel free to open a PR!\n\n## Contact\n\nBrian Downs [@bdowns328](http://twitter.com/bdowns328)\n\n## License\n\nBSD 2 Clause [License](/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandowns%2Flibbluesky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriandowns%2Flibbluesky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriandowns%2Flibbluesky/lists"}