Skip to content

Commit

Permalink
feat(Bluesky): implement question submission and posting functionalit…
Browse files Browse the repository at this point in the history
…y; update dependencies and environment configuration
  • Loading branch information
chocoOnEstrogen committed Dec 8, 2024
1 parent f3f82a3 commit a3dac1c
Show file tree
Hide file tree
Showing 10 changed files with 687 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ BLUESKY_PASSWORD=
BLUESKY_FEED_INTERVAL=60000
SUPABASE_ANON_KEY=your_supabase_anon_key
SUPABASE_SERVICE_ROLE=your_supabase_service_role
SUPABASE_URL=your_supabase_url
SUPABASE_URL=your_supabase_url
API_KEY=your_api_key
211 changes: 210 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"homepage": "https://github.com/chocoOnEstrogen/orbit#readme",
"dependencies": {
"@atproto/api": "^0.13.14",
"@discordjs/voice": "^0.16.1",
"@napi-rs/canvas": "^0.1.65",
"@supabase/supabase-js": "^2.46.1",
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
Expand All @@ -48,19 +50,21 @@
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.13",
"lodash": "^4.17.21",
"mongoose": "^8.2.0",
"ms": "^2.1.3",
"opusscript": "^0.0.8",
"orbit": "file:",
"uuid": "^11.0.3",
"winston": "^3.11.0",
"zod": "^3.23.8",
"@discordjs/voice": "^0.16.1",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.13",
"opusscript": "^0.0.8"
"zod": "^3.23.8"
},
"devDependencies": {
"@types/ms": "^0.7.34",
"@types/node": "^20.11.24",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit a3dac1c

Please sign in to comment.