# Existing bidoon cron 0 0,12 * * * cd /home4/bytronex/bidoon.bytronex.com/api-server && /usr/bin/scl enable alt-nodejs20 '/opt/alt/alt-nodejs20/root/usr/bin/node src/scripts/auto-publish.mjs' >> automation_log.txt 2>&1 # WordPress EN (9:00 AM Jordan) 0 6 * * * /usr/bin/python3 /home4/bytronex/automate.bytronex.com/wp_auto_poster/auto_post.py --lang en >> /home4/bytronex/automate.bytronex.com/wp_auto_poster/auto_post.log 2>&1 # WordPress AR (9:00 PM Jordan) 0 18 * * * /usr/bin/python3 /home4/bytronex/automate.bytronex.com/wp_auto_poster/auto_post.py --lang ar >> /home4/bytronex/automate.bytronex.com/wp_auto_poster/auto_post.log 2>&1 # Social Media Posting (Facebook and Instagram) - 2 times daily (10 AM and 5 PM Jordan) 0 7,14 * * * /usr/bin/python3 /home4/bytronex/automate.bytronex.com/social_auto_poster/social_post.py --platform fb,ig >> /home4/bytronex/automate.bytronex.com/social_auto_poster/social_post.log 2>&1 # Telegram Broadcasting - 8 times a day (Every 3 hours) 0 0,3,6,9,12,15,18,21 * * * /usr/bin/python3 /home4/bytronex/automate.bytronex.com/social_auto_poster/telegram_userbot.py >> /home4/bytronex/automate.bytronex.com/social_auto_poster/tg_userbot.log 2>&1