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

[feature] the ability to tag mastodon posts for ingestion #77

Open
masukomi opened this issue Sep 15, 2024 · 0 comments
Open

[feature] the ability to tag mastodon posts for ingestion #77

masukomi opened this issue Sep 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@masukomi
Copy link
Owner

The first use of the OAuth system ( Issue #76 ) will be to pull in bookmarks from mastodon.

as a user I'd like to be able to note some of my posts as worth archiving (for journaling purposes if nothing else) so that I can have a centralized record of thoughts worth keeping

prerequisites

Implementation thoughts

Implementation-wise i'm imagining some sort of mastodon ingester with the option to pull in bookmarks, and/or posts that you've created which also have the #bb tag.

It'd be nice (maybe for a future iteration of this) to have it ingest the entirety of any thread I started that has #bb in any of my posts. I'd definitely want it to make local copies of images (Issue #52).

ex. a thread of replies like this

  1. my post: "foo"
  2. my post: "bar"
  3. my post: "baz #bb"
  4. someone else replies to 3
  5. i reply to 4

would ingest 1-3 (as a single document?) but while ignoring any reply that wasn't both mine, and directly replying to one of my own posts.

You'd have to give it your username, and i assume we'd hardcode the tag as #bb

@masukomi masukomi added the enhancement New feature or request label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant