We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d02033 commit 7aa1d69Copy full SHA for 7aa1d69
.gitignore
@@ -0,0 +1,3 @@
1
+scripts/discord/logs/*
2
+scripts/*/.env
3
+scripts/.env
scripts/bluesky/bluesky.env.example
@@ -0,0 +1,13 @@
+# Bluesky API Credentials
+# ----------------------
+# 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