This commit is contained in:
Jesús Pavón Abián
2026-01-10 19:46:53 +01:00
55 changed files with 1504 additions and 407 deletions

View File

@@ -30,10 +30,10 @@ Global settings and session settings
TWBlue has two different configuration dialogs: the global configuration dialog, which affects how TWBlue works for all sessions, and the session configuration dialog, which only affects how the current session works. You will find specific information about the session settings dialog for Twitter and Mastodon in its corresponding chapter in this guide.
ATProtoSocial / Bluesky Specific Terms
Blueski / Bluesky Specific Terms
++++++++++++++++++++++++++++++++++++++
When using the ATProtoSocial (Bluesky) integration, you might encounter these terms:
When using the Blueski (Bluesky) integration, you might encounter these terms:
* **Handle**: Your user-facing address on Bluesky (e.g., ``@username.bsky.social`` or a custom domain like ``@yourname.com``). This is what you use to log in with an App Password in TWBlue. Handles can be changed, but your DID remains the same.
* **App Password**: A specific password you generate within your Bluesky account settings (usually under Settings -> Advanced -> App passwords) for use with third-party applications like TWBlue. This is more secure than using your main account password, as each App Password can be revoked individually.

View File

@@ -1,12 +1,12 @@
.. _atprotosocial_bluesky:
.. _blueski_bluesky:
**************************************
ATProtoSocial (Bluesky) Integration
Blueski (Bluesky) Integration
**************************************
TWBlue now supports the AT Protocol (ATProto), the decentralized social networking protocol that powers Bluesky. This allows you to interact with your Bluesky account directly within TWBlue.
Adding an ATProtoSocial Account
Adding a Blueski Account
===============================
To connect your Bluesky account to TWBlue, you will need your user **handle** and an **App Password**.
@@ -22,7 +22,7 @@ Once you have your handle and the App Password:
1. Open TWBlue and go to the Session Manager (Application Menu -> Manage accounts).
2. Click on "New account".
3. Select "ATProtoSocial (Bluesky)" from the menu.
3. Select "Blueski (Bluesky)" from the menu.
4. A dialog will prompt you to confirm that you want to authorize your account. Click "Yes".
5. You will then be asked for your Bluesky Handle. Enter your full handle (e.g., ``@username.bsky.social`` or ``username.bsky.social``).
6. Next, you will be asked for the App Password you generated. Enter it carefully.
@@ -31,11 +31,12 @@ Once you have your handle and the App Password:
Key Features
============
Once your ATProtoSocial account is connected, you can use the following features in TWBlue:
Once your Blueski account is connected, you can use the following features in TWBlue:
* **Posting**: Create new posts (often called "skeets") with text, images, and specify language.
* **Timelines**:
* **Home Timeline (Skyline)**: View posts from users you follow.
* **Discover (algorithmic)**: A home feed curated by Bluesky.
* **Following (chronological)**: View posts from users you follow in order.
* **User Timelines**: View posts from specific users.
* **Mentions & Replies**: These will appear in your Notifications.
* **Notifications**: Receive notifications for likes, reposts, follows, mentions, replies, and quotes.
@@ -47,7 +48,7 @@ Once your ATProtoSocial account is connected, you can use the following features
* **User Search**: Search for users by their handle or display name.
* **Content Warnings**: Create posts with content warnings (sensitive content labels).
Basic Concepts for ATProtoSocial
Basic Concepts for Blueski
==================================
* **DID (Decentralized Identifier)**: A unique, permanent identifier for users and data on the AT Protocol. It doesn't change even if your handle does. You generally won't need to interact with DIDs directly in TWBlue, as handles are used more commonly.

View File

@@ -16,7 +16,7 @@ This is the user guide for the latest available version of TWBlue. The purpose o
system_requirements
installation
basic_concepts
atprotosocial
blueski
usage
global_settings
credits