Skip to content

feat: add bluesky.py for interacting with bluesky #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
scripts/discord/logs/*
scripts/*/.env
scripts/.env
13 changes: 13 additions & 0 deletions scripts/bluesky/bluesky.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Bluesky API Credentials
# ----------------------
# 1. Create an app password in Bluesky:
# - Go to Settings > App Passwords
# - Click "Create app password"
# - Give it a name (e.g., "CLI Tool")
# - Copy the generated password
#
# 2. Fill in your credentials below:
BLUESKY_HANDLE=yourusername.bsky.social
BLUESKY_PASSWORD=your-app-password-here

# Note: Never commit your actual .env file to git!
Loading