zerok / retoots

Simple abstraction-server to the Mastodon API for presenting responses as blog comments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReToots!

A lightweight service for fetching comments to a particular Mastdodon status and showing them as comments on, for instance, a static website.

While one could directly fetch the mentions via the Mastodon API within the user's browser, I wanted to have some more control over what comments are shown on my website and therefore have a layer between the blog and the upstream Mastodon server.

Right now, retoots is just a proxy with some small normalizations for easier consumption but I plan to add a couple features eventually:

  • Caching
  • Blocking of comments from specific accounts

This repository also doesn't include any client implementation. If you want to see an example, you can find it in the source code of my blog here.

About

Simple abstraction-server to the Mastodon API for presenting responses as blog comments

License:GNU General Public License v3.0


Languages

Language:Go 97.0%Language:Makefile 1.7%Language:Dockerfile 1.4%