From 490347cfc17092457645d0523b58aebd22a176cd Mon Sep 17 00:00:00 2001 From: dataprolet Date: Mon, 28 Jul 2025 13:33:28 +0200 Subject: [PATCH] Add README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a05a8c7 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +### Bluesky DM to Telegram. + +This script sends the last message from a specifiec Bluesky conversation with a Bluesky account to a Telegram bot. + +#### Variables + +The script expects the following variables: + +WORKING_DIR="$(pwd)" # Can be change to whatever directory. +PDSHOST="" # If your not hosting your PDS it's probably "https://bsky.social". +BLUESKY_HANDLE="" # The handle of your Blueksy bot account, e. g. my-bluesky-bot.bsky.social. +BLUESKY_PASSWORD="" # Either your Bluesky bot account's password or it's app password (https://bsky.app/settings/app-passwords). +CONVO_ID="" # Conversation-ID of the BLuesky bot account, can be retriefed by using get_messages. +CHAT_ID="" # Chat-ID of the Telegram bot, see here: https://linuxscriptshub.com/send-telegram-message-linux-scripts. +TOKEN="" # Token for the Telegram bot, can be retreived from t.me/BotFather. + +#### Usage \ No newline at end of file