automation / integration / API
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 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.
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 @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!
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