Socket
Socket
Sign inDemoInstall

node-red-contrib-custom-tumblr

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-custom-tumblr

A simple module to interact with the Tumblr API


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

platform npm downloads MIT License

node-red-contrib-custom-tumblr

中文

This is a Node-RED module for interacting with the Tumblr API. It provides nodes for both reading and writing posts, as well as fetching and deleting posts.

Installation

To install this module, run the following command in your Node-RED user directory:

npm install node-red-contrib-custom-tumblr

Configuration

Before using any of the Tumblr API nodes, you will need to configure your Tumblr API credentials. To do this, open the node's configuration dialog and enter your Tumblr API consumer key and secret key. You can find these keys by creating a new Tumblr API app at https://www.tumblr.com/oauth/apps.

Usage

This module includes the following nodes:

get-blog

This node retrieves a list of posts from a specified Tumblr blog. You can configure the node to retrieve all posts in the blog or only those from a specific date range.

write-post

This node creates a new post on a specified Tumblr blog. You can configure the node to create posts of different types, such as text, photo, quote, or link.

update-post

This node updates an existing post on a specified Tumblr blog. You can configure the node to edit the post's contents, tags, or publish status.

delete-post

This node deletes an existing post from a specified Tumblr blog. You can configure the node to delete a post by its ID or URL.

Keywords

FAQs

Package last updated on 05 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc