{"id":20650034,"url":"https://github.com/kc-2001ms/atpctrl","last_synced_at":"2026-04-17T01:02:31.432Z","repository":{"id":231331887,"uuid":"781509153","full_name":"KC-2001MS/atpctrl","owner":"KC-2001MS","description":"Command line tool that allows manipulation of SNS accounts compliant with AT protocol","archived":false,"fork":false,"pushed_at":"2024-12-09T14:08:58.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T15:51:59.527Z","etag":null,"topics":["atproto","atprotocol","bluesky","clt","social-media","swift","swift-package","test-app"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KC-2001MS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-03T14:15:30.000Z","updated_at":"2025-02-23T20:13:06.000Z","dependencies_parsed_at":"2025-03-09T20:42:29.254Z","dependency_job_id":null,"html_url":"https://github.com/KC-2001MS/atpctrl","commit_stats":null,"previous_names":["kc-2001ms/atpctrl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KC-2001MS/atpctrl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KC-2001MS%2Fatpctrl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KC-2001MS%2Fatpctrl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KC-2001MS%2Fatpctrl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KC-2001MS%2Fatpctrl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KC-2001MS","download_url":"https://codeload.github.com/KC-2001MS/atpctrl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KC-2001MS%2Fatpctrl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31910584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["atproto","atprotocol","bluesky","clt","social-media","swift","swift-package","test-app"],"created_at":"2024-11-16T17:17:43.593Z","updated_at":"2026-04-17T01:02:31.378Z","avatar_url":"https://github.com/KC-2001MS.png","language":"Swift","funding_links":["https://www.buymeacoffee.com/iroiro","https://paypal.me/iroiroWork?country.x=JP\u0026locale.x=ja_JP"],"categories":[],"sub_categories":[],"readme":"# atpctrl\n\nCommand line tool that allows manipulation of SNS accounts compliant with AT protocol\n\n \u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/macOS-13.0+-red.svg\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/Swift-5.10-DE5D43.svg\" /\u003e\n    \u003ca href=\"https://bsky.app/profile/iroiro-work.bsky.social\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Contact-@IroIro1234work-lightgrey.svg?style=flat\" alt=\"Bluesky: \n@iroiro-work.bsky.social\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\nThe following operations are supported in SNSs compliant with the AT protocol\n- [x] Text Submission\n- [x] Display profile\n- [x] Search users\n- [x] Display suggested users\n- [x] Display suggested feeds\n- [x] Display user lists\n- [x] Display mutes accounts\n- [ ] Display blocked accounts\n  \nThese features are just examples and will be added as [ATProtoKit](https://github.com/MasterJ93/ATProtoKit) is developed.\n\n## ToDo\nIn this project, we are planning to slowly implement the following\nHowever, please note that this project is dependent on the development status of this API as it uses [ATProtoKit](https://github.com/MasterJ93/ATProtoKit), which is currently under development. Also, since we plan to use many experimental features, development will take time.\n- [ ] Swift 6 Support\n- [x] Swift Concurrency Support\n- [x] Easy debugging capabilities with Swift Testing\n- [x] Supports AT Protocol-enabled and command line-optimized features\n- [ ] Secure storage of login information\n\n## Problem\nCurrently, login information is stored in plain text in a text file. We plan to improve this situation eventually, but are having difficulty finding a suitable solution. We appreciate your understanding.\n\n## Installation\nCurrently under development, installation is done using Makefile.\n``` shell\ncd path/to/repository\nmake install\n```\n\n## Uninstallation\nCurrently under development, uninstallation is done using Makefile.\n``` shell\ncd path/to/repository\nmake uninstall\n```\n\n## Contributions\nSee [CONTRIBUTING.md](https://github.com/KC-2001MS/atpctrl/blob/main/CONTRIBUTING.md) if you want to make a contribution.\n\n## Resources\nCurrently under development and in preparation.\n\n## License\nThis library is released under MIT license. See [LICENSE](https://github.com/KC-2001MS/atpctrl/blob/main/LICENSE) for details.\n\n## Supporting\nIf you would like to make a donation to this project, please click here. The money you give will be used to improve my programming skills and maintain the application.  \n\u003ca href=\"https://www.buymeacoffee.com/iroiro\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" style=\"height: 60px !important;width: 217px !important;\" \u003e\n\u003c/a\u003e  \n[Pay by PayPal](https://paypal.me/iroiroWork?country.x=JP\u0026locale.x=ja_JP)\n\n## Author\n[Keisuke Chinone](https://github.com/KC-2001MS)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkc-2001ms%2Fatpctrl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkc-2001ms%2Fatpctrl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkc-2001ms%2Fatpctrl/lists"}