Practising my postgresql-fu, to extract filter keywords from Mastodon.
My uspol and ukpol lists are quite long :)
Discussion
Practising my postgresql-fu, to extract filter keywords from Mastodon.
My uspol and ukpol lists are quite long :)
I had missed that there is a UI function for this, via import/export, to get a json of filters. Much easier.
Thanks @renchap!
@neil is mastodon (or yours) running on postgres? I'm guessing you're doing a query on those hashtags and making a list of highly probable words? Any surprises?
> is mastodon (or yours) running on postgres?
Yes
> I'm guessing you're doing a query on those hashtags and making a list of highly probable words? Any surprises?
No, I am just dumping, as easily as I know how, the filters that I have set up.
@neil Oh I see. I misunderstood. I thought you wanted to generate better filters.