NicolasConstant / BirdsiteLive

An ethical bridge from Twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Admin CLI

garritfra opened this issue · comments

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.

I used this SQL-query as a workaround:

SELECT id, followings, acct, host FROM followers;

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

Available in 0.17.0 🙂
See the doc for more information.