add osm pictures
This commit is contained in:
parent
8ac05c6cdb
commit
5c7d22d2ff
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
nvm use 16
|
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
|
node helpers/meme_poster_random.js | tee -a /home/tykayn/log_autopost.txt 2>&1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
nvm use 16
|
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
|
node helpers/wiki_osm.mjs | tee -a /home/tykayn/log_autopost.txt 2>&1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
nvm use 16
|
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
|
node helpers/postQzine.mjs | tee -a /home/tykayn/log_autopost.txt 2>&1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
nvm use 16
|
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
|
node helpers/tkblogPost.mjs | tee -a /home/tykayn/log_autopost.txt 2>&1
|
||||||
|
BIN
assets/osm_post_1.jpg
Normal file
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
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
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
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
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
BIN
assets/qzine_post_4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 520 KiB |
@ -2,9 +2,9 @@
|
|||||||
# crontab to use, run the command "crontab -e" to modify
|
# crontab to use, run the command "crontab -e" to modify
|
||||||
#
|
#
|
||||||
# m h dom mon dow command
|
# 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
|
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
|
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
|
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
|
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 -------------
|
Loading…
Reference in New Issue
Block a user