Mayel is a user on social.coop. You can follow them or interact with them if you have an account anywhere in the fediverse.

.coop

I hope you'll forgive me for asking some get-acquainted questions before tooting an introduction.

The signup Welcome message says,
> Explore Some Hashtags for Folks to Follow

Is there a list or view of existing hashtags? Or even an auto-complete?

If I "explore some hashtags", how would folks be able to follow that?Or is that not what it meant?

@bhaugen

Those last three toots contain the most popular from posts originating on since it started.

Since there is no built-in feature for this, I extracted them from the DB using:

select concat('#',name) from statuses_tags left join tags on tag_id=tags.id left join statuses on statuses.id=status_id where local='t' group by name order by COUNT(name) desc LIMIT 100