@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?
@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.
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.
@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?
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).
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.
> @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?
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.