Update Scripts/bluesky-dm-to-telegram.sh

Remove debug function to get all messages.
This commit is contained in:
2025-07-27 20:22:33 +02:00
parent f66d56d976
commit 6def831f5c

View File

@@ -23,12 +23,6 @@ create_session() {
-d '{"identifier": "'"$BLUESKY_HANDLE"'", "password": "'"$BLUESKY_PASSWORD"'"}'
}
# Hole alle Nachrichten
get_messages() {
curl -s "https://api.bsky.chat/xrpc/chat.bsky.convo.listConvos?limit=50" \
-H "Authorization: Bearer $ACCESS_JWT" | jq .
}
# Erneuere Session
refresh_session() {
curl -sX POST "$PDSHOST/xrpc/com.atproto.server.refreshSession" \