See a Mastodon account’s most-favo(u)rited posts, Google Scholar style!
This application runs entirely in your browser, which makes requests to the Mastodon API on the server of the account you are viewing.
Features:
Top Posts: Enables users to view an account's most-favorited public posts via a specific URL structure (e.g., /by/@{username}/{server}
).
Decentralized Operation: Operates within the user's browser, directly querying the Mastodon API of the server of the account being viewed.
Search: Incorporates a search function that uses mastodon.social's public search endpoint.
Crimes: Includes a "Crimes" feature, which is powered by an LLM running on a GPU. The source code, which includes details about the model (currently llama 3.2) and system prompts, is available on GitHub.
Source Code: The source code can be found on GitHub.