Good news on #GetMoarFedivers! @cw, #GetMoarFediverse now can pull followed tags by using Mastodon's API.
That means it doesn't _need_ to connect to the database for it, making it available for people on hosted environments.
Thanks Chris!
There are some caveats, which is why I'm keeping the db connection alive:
* You need an API key for each user you want to pull followed tags from (this is a limit imposed by the API)
* You need to specify the API keys on the config file (will probably also receive them via env vars in the short term, so that it can be used on the GitHub action)
#getmoarfedivers #getmoarfediverse