Creator
Description
Retrieves all of the original posts a user created over the last 50 items in their activity feed, as well as all of the posts they reshared in the same time. Also returns stats on their top posts and favourite accounts based on this data.
Clones
Category
Example Task
Retrieves all of the original posts a user created over the last 50 items in their activity feed, as well as all of the posts they reshared in the same time. Also returns stats on their top posts and favourite accounts based on this data.
You might also like
HTML to PNG
This tool takes an HTML string and converts it into a high-resolution PNG image using a headless Chromium browser via Playwright. It’s designed to reliably generate consistent, pixel-accurate screenshots of dynamic HTML layouts — perfect for carousels, slide decks, social posts, or any HTML-based visual asset.
Decode Base64 encoding
Takes a Base64 encoded string and decodes it. While LLMs can do this, it costs a lot of credits and takes a long time. Using Python instead, this will be a lot quicker and cost Actions, not LLM Credits. Save money, save time, win win!
Encode content to Base64 encoding
Takes a string and encodes it into Base64 encoding. While LLMs can do this, it costs a lot of credits and takes a long time. Using Python instead, this will be a lot quicker and cost Actions, not LLM Credits. Save money, save time, win win!