Skip to content
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

feat: autopost to bluesky (WIP) #789

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

CharlesSheelam
Copy link
Contributor

@CharlesSheelam CharlesSheelam commented Jan 9, 2025

-created basic management command to autopost to test bluesky account:
usage: python3 manage.py create_post "enter message here"

account: https://bsky.app/profile/test266.bsky.social

issue: https://github.com/comses/planning/issues/266

response = autopost_to_bluesky(text)
return JsonResponse({"success": True, "data": response})
except Exception as e:
return JsonResponse({"error": str(e)}, status=500)

Check warning

Code scanning / CodeQL

Information exposure through an exception Medium

Stack trace information
flows to this location and may be exposed to an external user.
@CharlesSheelam CharlesSheelam changed the title autopost to bluesky (WIP) feat: autopost to bluesky (WIP) Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant