🚀 Add feature: Instagram and Facebook business posts conversion

This commit is contained in:
François Pelletier 2025-05-21 00:05:43 -04:00
parent 5ee50a0f0f
commit f9e5a6e013
8 changed files with 2357 additions and 33 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -5,6 +5,7 @@ MINIO_ALIAS="minio"
BUCKET_NAME="systeme-retro-testing"
FILE_PATH="$1"
# Check if the file exists
if [ ! -f "$FILE_PATH" ]; then
echo "Error: File $FILE_PATH not found."