Ryan Barrett
Ryan Barrett
It's been over five years. We should do another crawl and update the dataset! I'm not planning to do this personally, but if someone else wants to, I'd gladly support...
So tweepy may now be unmaintained: https://github.com/tweepy/tweepy/issues/2099#issuecomment-1529153771 . Ugh. granary's Twitter support is more or less unmaintained now too, so I wouldn't care, except an abandoned tweepy is now blocking...
We should support facet output in `from_as1`! Specifically, convert mention and hashtag `tag`s to `app.bsky.richtext.facet#mention`s and `#tag`s, respectively, and HTML links in `content` to `#link`s. This will be a bit...
I think in practice we treat it as Unicode characters/graphemes, but I don't think we're consistent about it, eg I think right now we convert it to Bluesky byteStart/End directly,...
Right now, `microformats2.*_to_html` generate HTML with their own homegrown templates which is Very Bad and also Not Good for lots of obvious reasons, eg https://github.com/snarfed/bridgy/security/advisories/GHSA-4w4f-g49g-3f7j. I can fix issues individually...
https://indieweb.org/blog_archive_format , created by @manton Motivated by @tantek in https://tantek.com/2023/112/t2/account-migration-post-blog-archive-format
API docs: [entities](https://docs.joinmastodon.org/api/entities/#poll), [endpoints](https://docs.joinmastodon.org/api/rest/polls/). would need to figure out how to represent them in AS1.
right now, tweets with polls are confusingly represented (and rendered) with just the text, omitting the poll choices or even that there is a poll at all. this is obviously...
we currently use [twitter's existing (legacy? :P) search API](https://developer.twitter.com/en/docs/tweets/search/overview/standard) that "searches against a sampling of recent Tweets published in the past 7 days." this confused @aaronpk when he searched for...
There's currently a range of names for each module's functions that convert to/from AS1. Most are either `*_to_activities`/`activities_to_*` or `to/from_as1`, but there are others too. It'd be nice to standardize...