Domain Driven Architecture

Fork me on GitHub

Do not feed the trolls and get back the ownership for your data.

We support you with the following tools:

dda-masto-embed

Embeds mastodon timline into a html page.

In order to try it, just create a html like

<!doctype html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>masto-embed</title>
  </head>
  <body>
    <div id="masto-embed" 
          account_name="team"
          host_url="https://social.meissa-gmbh.de">
      Here the timeline will appear.
    </div>
    <script src="https://domaindrivenarchitecture.org/downloads/dda-masto-embed.js"></script>
  </body>
</html>

and you will get sth like:

Styling is up to you :-)

mastodon-bridge

We are proudly contributing to mastodon-bot. The bot will post the timeline from the specified Twitter/Tumblr accounts and RSS feeds to Mastodon.

  • It is asy to run, configurable transformation.
  • It is OpenSource - source can be found at yogthos/mastodon-bot, published under the MIT License.