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

Memberships

Creator X

12.5k members • Free

AI Topia

1.3k members • Free

Clief Notes

23.2k members • Free

AI Architects

355 members • $97/m

PublishingOS (Free)

11.6k members • Free

Automatable Free

8k members • Free

AI Marketing Insiders

778 members • Free

AI Automation Station

2.6k members • $9/month

10 contributions to Content Academy
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
0 likes • Jan 9
@Sam Chang haven't talked with him for a long time.. don't remember his name
(📝 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?
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
38points to level up
@gabriel-neuman-7235
Building automation for Content Creators

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