carousel-generator icon indicating copy to clipboard operation
carousel-generator copied to clipboard

automation / integration / API

Open top-rated opened this issue 11 months ago • 4 comments

Hi @FranciscoMoretti ! Hope you're doing well. I strongly believe I'm the hardest user of your awesome LinkedIn Carousel Generator. Is there any chance I could automate this process with API integration with e.g. auto providing content for generation. I mean I could've used scraper/parser, but I don't know how to automate the file download confirmation and so moving it then from the local disc. Maybe it's even something smoother could be available? Thank you!

top-rated avatar Jan 08 '25 20:01 top-rated

@top-rated I absolutely love your idea of automating the process. it's a great suggestion! It might be possible to simulate browser interactions and automate content submission, file download, and even moving files around your local machine using puppeteer or selenium.

arbaz93 avatar Jan 10 '25 21:01 arbaz93

Yes, web manipulation like playwright might be a good fit here.

Server-side rendering might also be an option. I'm not sure if everything can be rendered server side.

Please do investigate

FranciscoMoretti avatar Jan 11 '25 20:01 FranciscoMoretti

@FranciscoMoretti @arbaz93 I'm afraid I'm still a zero in terms of things like puppeteer or selenium. So far I have a basic VPS, somewhat good user of n8n and also have just ParsHub on my laptop. I'm not an expert in neither server solutions deployments, nor in anything different from nocode (unless I can use ChatGPT to generate pieces of it), or solutions like puppeteer or selenium. Anything you could help me with initial setup of it please? Thx!

top-rated avatar Jan 11 '25 22:01 top-rated

Puppeteer and Selenium would work as well. You would automate user actions. ChatGPT might be a good option for that. I don't have bandwidth to add more features to this project at the moment, but I can help with PRs

FranciscoMoretti avatar Jan 21 '25 09:01 FranciscoMoretti