add osm pictures

This commit is contained in:
Tykayn 2022-12-07 17:58:36 +01:00 committed by tykayn
parent 8ac05c6cdb
commit 5c7d22d2ff
11 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

BIN
assets/osm_post_1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

BIN
assets/osm_post_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 KiB

BIN
assets/osm_post_3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 KiB

BIN
assets/osm_post_4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 KiB

BIN
assets/osm_post_5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 KiB

BIN
assets/qzine_post_4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 KiB

View File

@ -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 -------------