I am managing a content creator website through aaPanel and wanted to discuss a server side automation workflow I have been working on. The client regularly needs original quality media retrieved from their own public Instagram posts and stored automatically on the server. Instagram provides no built in export option which means the current manual process involves using snapinstaink to retrieve the original quality file from the public post URL through the browser and then uploading
it to the server via the aaPanel file manager. I want to automate this by setting up a scheduled task through aaPanel that runs a shell script to fetch the media URL and save it directly to a designated folder on the server. Has anyone set up a similar automated media retrieval workflow using aaPanel scheduled tasks and found a reliable approach for handling the file download and storage without manual intervention.