-
-
Save practicingdev/94623c453cc2c97ed1f05103167464c4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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