♻️: refactor bsky session

This commit is contained in:
VC
2024-10-07 11:55:20 +02:00
parent 89aec3e0ed
commit c0244c8c30
7 changed files with 89 additions and 79 deletions

View File

@@ -44,6 +44,7 @@ oauth_token_secret = "<REDACTED>"
[bluesky]
handle = "nintendojofr.bsky.social"
password = "<REDACTED>"
config_path = "/var/lib/oolatoocs/bsky.json"
```
## How to generate the Mastodon keys?
@@ -64,7 +65,7 @@ Will I some day make a subcommand to generate it? Maybe…
## How to generate the Bluesky part?
Youll need your handle and password. I strongly recommend a dedicated application password.
Youll need your handle and password. I strongly recommend a dedicated application password. Youll also need a writable path to store the Bsky session.
# How to run