
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@robinpath/pinterest
Advanced tools
Pinterest module for RobinPath.
The pinterest module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/pinterest
1. Set up credentials
pinterest.setCredentials "your-credentials"
2. listBoards
pinterest.listBoards
| Function | Description |
|---|---|
pinterest.setCredentials | Configure pinterest credentials. |
pinterest.listBoards | listBoards |
pinterest.getBoard | getBoard |
pinterest.createBoard | createBoard |
pinterest.updateBoard | updateBoard |
pinterest.deleteBoard | deleteBoard |
pinterest.listBoardPins | listBoardPins |
pinterest.listPins | listPins |
pinterest.getPin | getPin |
pinterest.createPin | createPin |
pinterest.updatePin | updatePin |
pinterest.deletePin | deletePin |
pinterest.listBoardSections | listBoardSections |
pinterest.createBoardSection | createBoardSection |
pinterest.getUserAccount | getUserAccount |
pinterest.getPinAnalytics | getPinAnalytics |
pinterest.getBoardAnalytics | getBoardAnalytics |
pinterest.listBoards
pinterest.getBoard
pinterest.createBoard
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/pinterest";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
pinterest.setCredentials "your-credentials"
pinterest.listBoards
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/facebook — Facebook module for complementary functionality@robinpath/instagram — Instagram module for complementary functionality@robinpath/twitter — Twitter/X module for complementary functionality@robinpath/linkedin — LinkedIn module for complementary functionality@robinpath/tiktok — TikTok module for complementary functionalityMIT
FAQs
Pinterest API v5 — pins and boards. OAuth 2.0 bearer with optional auto-refresh via the encrypted credential vault.
The npm package @robinpath/pinterest receives a total of 17 weekly downloads. As such, @robinpath/pinterest popularity was classified as not popular.
We found that @robinpath/pinterest demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

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.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.