6 lines
342 B
Bash
6 lines
342 B
Bash
#!/bin/bash
|
|
nvm use 16
|
|
#cd /home/tykayn/www/multi-account-post-schedule-mastodon
|
|
wget --no-check-certificate --no-directories -O ./documents/idf_agendadulibre_coming.json "https://www.agendadulibre.org/events.json?city=&near%5Blocation%5D=&near%5Bdistance%5D="
|
|
|
|
node helpers/floss_idf.mjs --force | tee -a /home/tykayn/log_autopost.txt 2>&1 |