Ajouter 'cron_scripts/meme_poster_random.sh'

This commit is contained in:
tykayn 2022-10-24 21:35:16 +02:00
parent 9ac25dae52
commit 34101cecb7
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/bash
#nvm use 16
PATH=/home/tykayn/.nvm/versions/node/v16.16.0/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/snap/bin/home/tykayn/bin:/home/tykayn/bin
date | tee -a /home/tykayn/log_autopost.txt 2>&1
echo "envoi d'un post de meme random" | tee -a /home/tykayn/log_autopost.txt 2>&1
cd
INSTANCE_MASTODON="https://mastodon.cipherbliss.com" TOKEN_MEME="MY_APP_USER_TOKEN" /home/tykayn/run-node /home/tykayn/www/mastodon_multi_account/helpers/meme_poster_random.js | tee -a /home/tykayn/log_autopost.tt
echo "envoyé" | tee -a /home/tykayn/log_autopost.txt 2>&1