hodgesmr / mastodon_digest

A Python script that aggregates recent popular posts from your Mastodon timeline
BSD 3-Clause "New" or "Revised" License
439 stars 58 forks source link

Idea: Implement Mastodon timeline and login API #20

Closed nikclayton closed 1 year ago

nikclayton commented 1 year ago

If this ran as a service and implemented enough of the Mastodon login and timeline APIs (https://docs.joinmastodon.org/methods/timelines/), and exposed the digests as timelines, third party clients that support multiple accounts (e.g., Tusky) could integrate with this very easily.

hodgesmr commented 1 year ago

A hosted service is out of scope for this repository, but I like this idea for a fork! It may be an interesting idea for @adamghill's Fediview.