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: Support Bluesky #53

Merged
merged 5 commits into from
Nov 25, 2024

Conversation

kmackenzieii
Copy link
Contributor

Ensure your PR title follows the Conventional Commits spec

Motivation

Bluesky is becoming more popular. Now is a good time to add a bot

See feature request ticket #46

Changes

added support for automated posting to Bluesky in the same style as other bots.

added dependency on AT Protocol SDK for Python

See post from test bot

Testing Instructions

Create an account on Bluesky.

Create an app password optional

Export the following environment variables
ATP_PDS_HOST=the url of the pds server if self hosting, will default to bluesky's server optional
ATP_AUTH_HANDLE=the handle for the account
ATP_AUTH_PASSWORD=the password or app password for the account

run as usual, i.e. poetry run python3 slowzones.py

@github-actions github-actions bot added documentation Improvements or additions to documentation dependencies Changes to dependencies backend Change to backend code ci/cd Affects or Updates CI/CD labels Nov 20, 2024
Copy link
Member

@nathan-weinberg nathan-weinberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looking good to me! Couple comments

We'll get the creds added to the GitHub account before merging 👍

@kmackenzieii kmackenzieii linked an issue Nov 21, 2024 that may be closed by this pull request
@devinmatte devinmatte merged commit 413ca97 into transitmatters:main Nov 25, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Change to backend code ci/cd Affects or Updates CI/CD dependencies Changes to dependencies documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support BlueSky
3 participants