Ryan Barrett

Results 2016 comments of Ryan Barrett

^ this is now entirely dependent on https://github.com/snarfed/bridgy/issues/1410. Not looking good.

[Twitter is now developer-hostile](https://snarfed.org/2023-04-03_so-long-twitter-api-and-thanks-for-all-the-fish), so I don't plan to work on this myself. I'll happily review and merge PR(s) though!

Closing; granary's Twitter support may be on the road to deprecation.

yes! thanks for filing. i looked at that API endpoint originally, but shied away from it since it only works for the authenticated user, not arbitrary usernames: https://github.com/snarfed/granary/blob/2310f0355dba78ebec231d2c79d2ed257e3e10be/granary/twitter.py#L415-L418 ...but that's...

note to myself: i'd probably add the special case for the authenticated user to `fetch_mentions()`: https://granary.readthedocs.io/en/latest/source/granary.html#granary.twitter.Twitter.fetch_mentions https://github.com/snarfed/granary/blob/2310f0355dba78ebec231d2c79d2ed257e3e10be/granary/twitter.py#L449 not sure how i'd expose it in the API and/or the web UI...

heh, yes. the missing part is the `statuses/mentions_timeline` API call, and the new REST endpoint, UI, etc we'll need for it, not authentication.

[Twitter is now developer-hostile](https://snarfed.org/2023-04-03_so-long-twitter-api-and-thanks-for-all-the-fish), so I don't plan to work on this myself. I'll happily review and merge PR(s) though!

looks like this would be [objectType `question` in AS1](https://activitystrea.ms/specs/json/schema/activity-schema.html#object-types): > Represents a question or a poll. Objects of this type MAY contain an additional `options` property whose value is an...

This might be higher priority now that we're rendering Mastodon posts in Bridgy Fed feeds.

Remaining work here is rendering in HTML and plain text, ie AS1 => HTML, RSS, Atom, JSON Feed. Example post: - https://tech.lgbt/@nelson/110101971009516952 - https://granary.io/url?input=as2&output=as1&url=https%3A%2F%2Ftech.lgbt%2F%40nelson%2F110101971009516952