Skip to content

Commit 7aa1d69

Browse files
authored
feat: add bluesky.py for interacting with bluesky (#4)
* feat: add bluesky.py for interacting with bluesky * chore: add .gitignore
1 parent 3d02033 commit 7aa1d69

File tree

3 files changed

+689
-0
lines changed

3 files changed

+689
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
scripts/discord/logs/*
2+
scripts/*/.env
3+
scripts/.env

scripts/bluesky/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)