Bluesky Poster

Following official Bluesky documentation exactly

Step 1: Create Session

curl -X POST https://bsky.social/xrpc/com.atproto.server.createSession \
-H "Content-Type: application/json" \
-d '{"identifier": "HANDLE", "password": "PASSWORD"}'
Using your actual Bluesky password (as shown in official docs)