-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Add BlueSky/Mastodon API Capabilities #7138
Comments
I think I see the twitter api hooks here: opencollective-api/server/lib/twitter.ts, but that only appears to be used here, in scripts/tweet.ts, so maybe that's not right. I think this could be broken up into the following PRs:
Then, for each additional microblogging platform, e.g. bluesky/atproto or mastodon/activitypub
|
Hi @DrewMcArthur, thanks for proposing your help! We've started an internal discussion to determine whether this is something we're ready to invest in and maintain in the future. We'll inform you by posting on this issue when a consensus is reached. |
Awesome, thanks @Betree! I'll have a break in my academic schedule after next week until late January, so I'd love to be able to work on writing that interface then. I think I could tackle this with minimal support, outside of some small pointers & best practices here and there. I'll look forward to the update :) |
Hi @DrewMcArthur, after consulting with the rest of the team, here's our position :
If you're still willing to implement this feature, another option is to develop it as an external app (using OAuth). The impact won't be the same - we don't yet have a "Marketplace" on the website where apps can be publicly listed. We'll keep this issue open because it's likely that we'll reconsider adding it to the codebase at some point. |
User story
As , I can <what?> so that <why?>
I noticed this announcement about the twitter API. I've been finding myself using the BlueSky platform more often than twitter, so I'd love to help implement a similar feature set to use them also/instead.
Best solution for this problem
What does the ideal solution look like?
Feature parity with the twitter api usage, simply posting to bluesky instead.
MVP
What should be possibly built to demonstrate the solution?
Maybe getting one "event" working end-to-end to auto-post on bluesky, but assuming the code is relatively abstracted, once the API is hooked up it shouldn't be too big of a leap to bridge over the existing features to use either API.
Metrics
What metrics will be used to measure impact?
What metrics do you have in place for the twitter api usage? probably the same as those.
Documentation
The goal of the documentation should be to make it easier for others to do this
This is something I'd love to contribute to, so if someone can point me in the right direction, help break this down into smaller tasks that would be easier to PR, I'd love to help with this :)
Triage Template (team only)
This template is for members of the team to triage for prioritisation. For more guidance see https://www.loom.com/share/369ab467fbc64dec848085d38ff57ca0:
P1 high frequency, high impact
P2 low frequency, high impact
P3 high frequency, low impact
P4 low frequency, low impact
Examples of high impact - a problem affects users during an essential process (expenses and payments > onboarding and registration > contributing) with no workaround.
High frequency - >10% of users affected (measured as a proportion of total potential users for this case).
Tasks
The text was updated successfully, but these errors were encountered: