[feed.py] emphasis on origin domain does not make sense with instances with multiple users #9

Open
opened 2022-01-01 07:42:42 +00:00 by aadil · 1 comment
aadil commented 2022-01-01 07:42:42 +00:00 (Migrated from git.autonomic.zone)

copied over from the lumbung-feed-aggregator repo

when using the tool to mirror a blog it makes sense
when using the tool to mirror an account on something like twitter or mastodon it does not

copied over from the [lumbung-feed-aggregator repo](https://git.vvvvvvaria.org/rra/lumbung-feed-aggregator/issues/13) > when using the tool to mirror a blog it makes sense > when using the tool to mirror an account on something like twitter or mastodon it does not
r commented 2022-01-07 10:08:01 +00:00 (Migrated from git.autonomic.zone)

It is probably best to write a specific parser for mastodon and twitter or other things. Or change the entire visual representation so that this has less impact.

I believe this had to do with the fact that I designed it like so:

from {author} at {domain}
"from Anne at orgwebsite.org"

which becomes weird when it is:
"from usrnm at twitter.com"

It is probably best to write a specific parser for mastodon and twitter or other things. Or change the entire visual representation so that this has less impact. I believe this had to do with the fact that I designed it like so: from {author} at {domain} "from Anne at orgwebsite.org" which becomes weird when it is: "from usrnm at twitter.com"
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lumbung.space/konfluks#9
No description provided.