Bluesky Poster

Using exact CURL commands from Bluesky docs

Uses exact CURL commands from Bluesky documentation:

curl -X POST https://bsky.social/xrpc/com.atproto.server.createSession \
    -H "Content-Type: application/json" \
    -d '{"identifier": "HANDLE", "password": "PASSWORD"}'
Note: Use an app password from bsky.app/settings (not your main password)