[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
Owner

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
aadil changed title from emphasis on origin domain does not make sense witih instances with multiple users to emphasis on origin domain does not make sense with instances with multiple users 2022-01-01 08:00:45 +00:00
r changed title from emphasis on origin domain does not make sense with instances with multiple users to [feed.py] emphasis on origin domain does not make sense with instances with multiple users 2022-01-07 10:05:37 +00:00
Member

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
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ruangrupa/konfluks#9
No description provided.