Skip to content

Tools / Websites

Here is a list of (public) tools I developed and/or use, which might be of benefit to others as well. Please keep in mind that those tools have mostly been developed for specific use-cases, and therefore might not be too usable or self-explaining as I would like them to be.

Dead-Drop

This is a small and open secret dropping service. This can (should) be used instead of sending secrets (such as passwords) over unencrypted channels (whatsapp, email, chat clients, discord, ...), and rather drop them in that service (where they are encryped on client side), send the link and password created to the recipient, and they can then (with the shared password) decrypt the message.

By using such a service, the passwords / secrets are not kept in any chat logs, and are vanished automatically after the recipient got them. Furthermore, as the message is deleted after anyone attempted to retrieve them, the rtecipient would not be able to get the message if someone in the meantime tried to access them, so, it is known id an unknown person has tried to get the secret message, and if so, measures can be taken (e.g. change the password that was sent).

Publicly Available at: drop.moetz.dev

Source-Code available here.

Riot Rank

Riot Rank is a small tool that replies the rank information for League Of Legends, TFT and/or Valorant by a GET request as plain text. This is useful / intended for use of this tool in twitch chatbots (ree.g. Nightbot urlfetch) to display current rank information in a command.

Publicly Available at: riot-rank.chandler.moetz.dev

Source-Code available here.

Twitch chat overlay

A stream overlay for twitch chats. Can do single chat rooms as well as multiple twitch chats in a single overlay ( showing e.g. a small image from which chat the message originated from), and various configuration options and features (colors, font sizes, shadows, background, live emote updates, ...).

Publicly Available at: chatoverlay.moetz.dev

Source-Code available here.

Days without accident

A small tool to display a website with an image of the days of a last accident (small troll / insider).

Currently used for tageohnegetraenkeunfallbeibaso.de.

Source-Code available here.