NicolasConstant / BirdsiteLive

An ethical bridge from Twitter
GNU Affero General Public License v3.0
457 stars 36 forks source link

[Feature Request] Admin CLI #104

Closed garritfra closed 3 years ago

garritfra commented 3 years ago

Hi! My instance is currently overflowing due to many users. What I'd like to have is some sort of Admin CLI that allows me to see who is following whom so that I can act on them accordingly.

garritfra commented 3 years ago

I used this SQL-query as a workaround:

SELECT id, followings, acct, host FROM followers;
NicolasConstant commented 3 years ago

I'm already working on something equivalent but didn't found the time to release it already... it should come out soon!

NicolasConstant commented 3 years ago

Available in 0.17.0 🙂 See the doc for more information.