
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
@robinpath/tiktok
Advanced tools
TikTok module for RobinPath.
The tiktok module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
npm install @robinpath/tiktok
1. Set up credentials
tiktok.setCredentials "your-credentials"
2. getUserInfo
tiktok.getUserInfo
| Function | Description |
|---|---|
tiktok.setCredentials | Configure tiktok credentials. |
tiktok.getUserInfo | getUserInfo |
tiktok.listVideos | listVideos |
tiktok.getVideoById | getVideoById |
tiktok.initVideoPublish | initVideoPublish |
tiktok.queryCreatorInfo | queryCreatorInfo |
tiktok.getVideoComments | getVideoComments |
tiktok.replyToComment | replyToComment |
tiktok.getVideoInsights | getVideoInsights |
tiktok.searchVideos | searchVideos |
tiktok.getTrendingHashtags | getTrendingHashtags |
tiktok.getHashtagInfo | getHashtagInfo |
tiktok.getUserFollowers | getUserFollowers |
tiktok.getUserFollowing | getUserFollowing |
tiktok.likeVideo | likeVideo |
tiktok.unlikeVideo | unlikeVideo |
tiktok.getAccountStats | getAccountStats |
tiktok.getUserInfo
tiktok.listVideos
tiktok.getVideoById
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/tiktok";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
tiktok.setCredentials "your-credentials"
tiktok.getUserInfo
`);
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/pinterest — Pinterest module for complementary functionalityMIT
FAQs
TikTok Business / Marketing API — list campaigns, fetch ads, create ads. Access-Token auth via the encrypted credential vault.
The npm package @robinpath/tiktok receives a total of 8 weekly downloads. As such, @robinpath/tiktok popularity was classified as not popular.
We found that @robinpath/tiktok 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.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.