Hashtag filtering for shouts #42
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ruangrupa/lumbung.space#42
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So we don't pull in all the things and instead only focused stuff.
@r any idea how this works? I think you said at one point the shouts scripts already support this? Do users have to put hashtags into the post content itself or is it hooking into tags of a feed or?
We discussed today that https://lumbung.space/shouts/ is looking a bit broken because of missing images. We could of course invest time in that fix (maybe it is easy?). But also, its a bit overwhelming without the filtering. Less things included also means less things to fix :) So there seems to be more of an urgency to setup the filtering now.
Yes, so posts on the remote end need to be tagged/categorized with a particular keyword (perhaps some discussion which, would be good as well).
Have a look at this:
https://git.autonomic.zone/ruangrupa/lumbunglib/src/branch/master/lumbunglib/feed.py#L345
Obviously this is just skeleton code that prints out the prescence of tags, but the gist is there. You skip the post if you don't detect a tag.