npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-threema

v0.3.0

Published

Nodes to use the Threema gateway from Node-Red.

Downloads

9

Readme

ThreemaNode

Nodes to use Threema from Node-Red. The following features are currently available:

  • Get the current amount of available credits
  • Send a message via the gateway
  • Decrypt a message from the gateway
  • Send files via the gateway

The node requires the Threema SDK (https://gateway.threema.ch/en/developer/sdk-python) to be installed as well as a gateway account (https://gateway.threema.ch/en).

Only e2e encryption/decryption is supported! It is required to use the Python SDK.

For detailed description, see the documentation of the individual nodes and the provided examples.

Nodes

send-message

Send a message from a given account to a given recipient. The input message is not evaluated unless mustache tags are used. The output is a copy of the input message.

send file

Send a file from a given account to a given recipient. The file can either be an image, which is jpeg or png, or any other file typ ewhich is sent as generic file. Files can have an optional thumbnail image. Images can have comments. For jpeg images, the comment is written to the comment tag in the image and also displayed in the message. For png images the comment is only written to the image but not displayed.

get-credits

Returns the current amount of credits.

decryptor

Decrypts a message which was sent to the gateway and forwarded as HTTPS POST request.

Config nodes

threema-from

Provides the configuration per gateway account including the binary of the SDK.

threema-to

Provides a list of recipients to be selected for the send-message node.