eigenmagic / fediblockhole

A tool for automatically syncing Mastodon admin domain blocks.
GNU Affero General Public License v3.0
70 stars 7 forks source link

Added Mastodon public API parser type #34

Closed jpwarren closed 1 year ago

jpwarren commented 1 year ago

The public API returns a slightly different JSON structure to the admin API because of course it does.

Merge addresses #33

Also added ability to set a scheme in the instance configs so the tool can handle non-HTTPS instances for testing. The default is https so you have to deliberately override the secure default to set http for specific instances.