Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
What is this?
Less
More

Memberships

No-Code Architects

490 members • $97/m

PodStar - Speak on Podcasts🎙️

240 members • $37/month

AI Automation Station

1.9k members • Free

The Build Room+

2.5k members • $67/month

AI Mastermind

3k members • $49/m

AI Agency OS

2.2k members • Free

The Story-Led Founder™

29 members • Free

Vibin' Coders

251 members • $314/y

Automate with N8N

321 members • Free

10 contributions to Content Academy
(📝 Todolist) Most People Vs. Me
It might seem counter intuitive (given what I talk about a lot re: content automation) but lets get our priorities straight.
(📝 Todolist) Most People Vs. Me
2 likes • Oct '24
Great
How to split images via API?
I'm trying to work in a carrousel automation that a designer requested for me but got stuck in a stage. He makes the whole thing in a strip horizontal 1200x[number of slides]. Does anyone know of an API that can split the image every 1200px? Or if there is a function like that in Placid?
1 like • May '24
@Stephen G. Pope there is one called Kraken (this is my aff link https://kraken.io/?ref=9cfdac96c97b) I'm building a Script for Airtable to auto create the corp This is starting point of the Script // Entry point const params = input.config(); const { image, imageId } = params; console.log(image); let imagen = image[0]; console.log(imagen); const krakenApiKey = "krakenApiKey "; const krakenApiSecret = "krakenApiSecret "; async function cropImageSegment(imagen, startX, width, height) { const data = { auth: { api_key: krakenApiKey, api_secret: krakenApiSecret }, url: imagen, wait: true, convert: { format: "png" }, "resize": { "strategy": "crop", "x": 1080, "y": 0, "width": width, "height": height, "scale": 50 } }; let response = await fetch('https://api.kraken.io/v1/url', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(data) }); let result = await response.json(); if (result.success) { console.log(`Success. Optimized image URL for segment starting at ${startX}: ${result.kraked_url}`); return result.kraked_url; } else { console.log(`Fail. Error message for segment starting at ${startX}: ${result.message}`); return null; } } let startX = 0; // let width = 1080; // let height = 1080; // cropImageSegment(imagen, startX, width, height) .then(segmentUrl => { if (segmentUrl) { console.log("Segment URL:", segmentUrl); } });
1 like • May '24
This is other I'm testing right now https://imagekit.io/
Make.com Expert
Hi everyone, I am looking to connect with someone who is skilled in make.com - I have been exploring it more and more and have a few questions about the basics of it.
0 likes • May '23
@Jason Akatiff happy to help. What questions do you have?
TokAudit
I had been working with this 2 Chrome extensions to get better ideas for my content. 1. TokAudit https://www.tokaudit.io/ - Give me in a glance all the information of a creator. Now they have a payment price 2. TOKGPT https://chrome.google.com/webstore/detail/tokgpt-chatgpt-for-tiktok/mcafakolcafklfjbogkhhgmfgpbfapdb - ChatGPT on TikTok.
1 like • Apr '23
This is what I see from Stephen profile
What's an "automation hack" that you wish you knew when you started?
This could be a: - tool/program you use - mindset change - feature from a tool - creator/guru Mine is: Make sure you plan exactly what you are automating and more importantly WHY you are automating it. Once you go down the automation rabbit hole, it's very easy to spend hours on systems & automations rather aimlessly.
1 like • Apr '23
For me the key to automate things is: Know what trigger and all the actions need to be done. After that I map everithing, and start connecting the dots. Sometimes the apps don't give you that info and you need to figure out how to get it.
0 likes • Apr '23
@Marshall Buick I always start with a simple paper to map everithing, from there I move to Whimsical and for ther to Make or Zapier
1-10 of 10
Gabriel Neuman
3
40points to level up
@gabriel-neuman-7235
Building automation for Content Creators

Active 3h ago
Joined Feb 14, 2023
Mexico
Powered by