Skip to content

Instantly share code, notes, and snippets.

@practicingdev
Created November 1, 2024 17:41
Show Gist options
  • Save practicingdev/94623c453cc2c97ed1f05103167464c4 to your computer and use it in GitHub Desktop.
Save practicingdev/94623c453cc2c97ed1f05103167464c4 to your computer and use it in GitHub Desktop.
require 'minisky'
bsky = Minisky.new('bsky.social', 'bluesky.yml')
profile = bsky.get_request('app.bsky.actor.getProfile',
{ actor: "skillstopractice.com" })
puts profile.to_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment