diff --git a/assets/bash_scripts/meme_poster_random.sh b/assets/bash_scripts/meme_poster_random.sh index 181130b..cf6ea70 100644 --- a/assets/bash_scripts/meme_poster_random.sh +++ b/assets/bash_scripts/meme_poster_random.sh @@ -1,4 +1,4 @@ #!/bin/bash nvm use 16 -cd /home/tykayn/www/mastodon_multi_account +cd /home/tykayn/www/multi-account-post-schedule-mastodon node helpers/meme_poster_random.js | tee -a /home/tykayn/log_autopost.txt 2>&1 diff --git a/assets/bash_scripts/osm_wiki.sh b/assets/bash_scripts/osm_wiki.sh index 5d29884..bbcb080 100644 --- a/assets/bash_scripts/osm_wiki.sh +++ b/assets/bash_scripts/osm_wiki.sh @@ -1,4 +1,4 @@ #!/bin/bash nvm use 16 -cd /home/tykayn/www/mastodon_multi_account +cd /home/tykayn/www/multi-account-post-schedule-mastodon node helpers/wiki_osm.mjs | tee -a /home/tykayn/log_autopost.txt 2>&1 diff --git a/assets/bash_scripts/post_qzine.sh b/assets/bash_scripts/post_qzine.sh index d39b575..9d26279 100644 --- a/assets/bash_scripts/post_qzine.sh +++ b/assets/bash_scripts/post_qzine.sh @@ -1,4 +1,4 @@ #!/bin/bash nvm use 16 -cd ~/www/multi-account-post-schedule-mastodon +cd /home/tykayn/www/multi-account-post-schedule-mastodon node helpers/postQzine.mjs | tee -a /home/tykayn/log_autopost.txt 2>&1 diff --git a/assets/bash_scripts/tkblog_post.sh b/assets/bash_scripts/tkblog_post.sh index 00c4b01..8568419 100644 --- a/assets/bash_scripts/tkblog_post.sh +++ b/assets/bash_scripts/tkblog_post.sh @@ -1,4 +1,4 @@ #!/bin/bash nvm use 16 -cd /home/tykayn/www/mastodon_multi_account +cd /home/tykayn/www/multi-account-post-schedule-mastodon node helpers/tkblogPost.mjs | tee -a /home/tykayn/log_autopost.txt 2>&1 diff --git a/assets/osm_post_1.jpg b/assets/osm_post_1.jpg new file mode 100644 index 0000000..7f7d22f Binary files /dev/null and b/assets/osm_post_1.jpg differ diff --git a/assets/osm_post_2.jpg b/assets/osm_post_2.jpg new file mode 100644 index 0000000..0c3529c Binary files /dev/null and b/assets/osm_post_2.jpg differ diff --git a/assets/osm_post_3.jpg b/assets/osm_post_3.jpg new file mode 100644 index 0000000..23057c5 Binary files /dev/null and b/assets/osm_post_3.jpg differ diff --git a/assets/osm_post_4.jpg b/assets/osm_post_4.jpg new file mode 100644 index 0000000..5b4bbca Binary files /dev/null and b/assets/osm_post_4.jpg differ diff --git a/assets/osm_post_5.jpg b/assets/osm_post_5.jpg new file mode 100644 index 0000000..34cc11b Binary files /dev/null and b/assets/osm_post_5.jpg differ diff --git a/assets/qzine_post_4.jpg b/assets/qzine_post_4.jpg new file mode 100644 index 0000000..077ec3d Binary files /dev/null and b/assets/qzine_post_4.jpg differ diff --git a/cron_scripts/crontab b/cron_scripts/crontab index d46e75a..0cbf459 100644 --- a/cron_scripts/crontab +++ b/cron_scripts/crontab @@ -2,9 +2,9 @@ # crontab to use, run the command "crontab -e" to modify # # m h dom mon dow command - +# ----------- START mastodon autopost ----------- 0 */2 * * * bash /home/tykayn/www/multi-account-post-schedule-mastodon/assets/bash_scripts/meme_poster_random.sh | tee -a /home/tykayn/log_autopost.txt 2>&1 25 7 * * * bash /home/tykayn/www/multi-account-post-schedule-mastodon/assets/bash_scripts/tkblog_post.sh | tee -a /home/tykayn/log_autopost.txt 2>&1 5 21 * * * bash /home/tykayn/www/multi-account-post-schedule-mastodon/assets/bash_scripts/post_qzine.sh | tee -a /home/tykayn/log_autopost.txt 2>&1 0 9 * * * bash /home/tykayn/www/multi-account-post-schedule-mastodon/assets/bash_scripts/osm_wiki.sh | tee -a /home/tykayn/log_autopost.txt 2>&1 - +# ----------- END mastodon autopost ------------- \ No newline at end of file