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

Add support for BlueSky #23

Closed
McPringle opened this issue Mar 27, 2024 · 4 comments
Closed

Add support for BlueSky #23

McPringle opened this issue Mar 27, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request hackergarten Possible issues for Hackergarten events
Milestone

Comments

@McPringle
Copy link
Owner

No description provided.

@McPringle McPringle added the enhancement New feature or request label Mar 27, 2024
@McPringle McPringle added the hackergarten Possible issues for Hackergarten events label May 30, 2024
@McPringle McPringle changed the title Display Bluesky posts Add support for BlueSky Jul 24, 2024
@McPringle McPringle added the hacktoberfest Possible issues for the Hacktoberfest label Oct 20, 2024
@eins78
Copy link
Contributor

eins78 commented Nov 28, 2024

API POC:

curl https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=hackergarten | jq

@eins78
Copy link
Contributor

eins78 commented Nov 28, 2024

TODO:

  • add tests
  • make configurable (hashtag)
  • filter by hashtag
  • implement displaying of attached images
    • look where post.embed.$type is app.bsky.embed.images#view
    • thumb is in post.embed.images[0].thumb
  • implement setting the "sensitive" flag

@McPringle
Copy link
Owner Author

@ky0n created PR #258 together with @eins78 and @McPringle

@McPringle McPringle self-assigned this Nov 30, 2024
@McPringle McPringle removed the hacktoberfest Possible issues for the Hacktoberfest label Nov 30, 2024
@McPringle McPringle added this to the v5 milestone Nov 30, 2024
McPringle added a commit that referenced this issue Nov 30, 2024
McPringle added a commit that referenced this issue Nov 30, 2024
McPringle added a commit that referenced this issue Nov 30, 2024
McPringle added a commit that referenced this issue Nov 30, 2024
@McPringle
Copy link
Owner Author

Extracted setting the "sensitive" flag into #261

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hackergarten Possible issues for Hackergarten events
Projects
None yet
Development

No branches or pull requests

2 participants