https://github.com/davidcelis/atproto
🌁 A Ruby gem to interface with ATProto servers like bsky.social
https://github.com/davidcelis/atproto
atproto bluesky ruby
Last synced: 16 days ago
JSON representation
🌁 A Ruby gem to interface with ATProto servers like bsky.social
- Host: GitHub
- URL: https://github.com/davidcelis/atproto
- Owner: davidcelis
- License: mit
- Created: 2023-04-24T20:46:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T02:01:20.000Z (6 months ago)
- Last Synced: 2025-04-15T06:51:36.878Z (16 days ago)
- Topics: atproto, bluesky, ruby
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# The Ruby AT Protocol SDK
This gem is a work in progress aimed at providing a Ruby SDK for the [AT Protocol](). It is not yet ready for use. The goal is to provide a low-level interface for the AT Protocol for a high level of control and flexibility, while eventually providing a higher-level interface for common flows like authenticating, creating text posts, or creating posts with media.
## Installation
Install the gem and add it to your application's Gemfile by executing:
```bash
bundle add atproto
```Or, if you prefer, add it to your Gemfile manually:
```ruby
gem "atproto"
```## Usage
TODO
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/rspec` or `bin/rake` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment with the gem.
To install this gem onto your local machine, run `bin/rake install`. To release a new version, update the version number in `version.rb`, and then run `bin/rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/davidcelis/atproto. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/davidcelis/atproto/blob/main/CODE_OF_CONDUCT.md).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the ATProto project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/davidcelis/atproto/blob/main/CODE_OF_CONDUCT.md).