Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lhaig/pdsadmin
Go binary for interacting with the AT protocol PDS instances
https://github.com/lhaig/pdsadmin
Last synced: about 1 month ago
JSON representation
Go binary for interacting with the AT protocol PDS instances
- Host: GitHub
- URL: https://github.com/lhaig/pdsadmin
- Owner: lhaig
- License: gpl-3.0
- Created: 2024-03-12T13:09:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T22:13:19.000Z (2 months ago)
- Last Synced: 2024-12-02T03:42:30.621Z (about 1 month ago)
- Language: Go
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# pdsadmin
Go binary for interacting with the AT protocol PDS instances[BlueSky PDS](https://github.com/bluesky-social/pds)
This tries to faithfully as possible reproduce the pdsadmin bash [scripts](https://github.com/bluesky-social/pds/tree/main/pdsadmin)
## Built With
* [Golang](https://github.com/golang/go)
* [Cobra](https://github.com/spf13/cobra)
* [Viper](https://github.com/spf13/viper)## Contributing
Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/lhaig/usery/tags).
## Authors
* **Lance Haig** - *Initial work* - [lhaig](https://github.com/lhaig)
## License
This project is licensed under the GPLv3 License - see the [LICENSE](./LICENSE) file for details
## Acknowledgments
* [BlueSky developers](https://bsky.app/)
* [AT Protocol API](https://docs.bsky.app/docs/api/at-protocol-xrpc-api)