Skip to content

Commit f2f3aec

Browse files
committed
feat: add bluesky.py for interacting with bluesky
1 parent 3d02033 commit f2f3aec

File tree

2 files changed

+687
-0
lines changed

2 files changed

+687
-0
lines changed

scripts/bluesky.env.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Bluesky API Credentials
2+
# ----------------------
3+
# 1. Create an app password in Bluesky:
4+
# - Go to Settings > App Passwords
5+
# - Click "Create app password"
6+
# - Give it a name (e.g., "CLI Tool")
7+
# - Copy the generated password
8+
#
9+
# 2. Fill in your credentials below:
10+
BLUESKY_HANDLE=yourusername.bsky.social
11+
BLUESKY_PASSWORD=your-app-password-here
12+
13+
# Note: Never commit your actual .env file to git!

0 commit comments

Comments
 (0)