2023-03-03 18:54:50 +01:00
|
|
|
#!/bin/bash
|
|
|
|
nvm use 16
|
|
|
|
#cd /home/tykayn/www/multi-account-post-schedule-mastodon
|
2023-03-10 14:06:21 +01:00
|
|
|
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="
|
2023-03-03 18:54:50 +01:00
|
|
|
|
|
|
|
node helpers/floss_idf.mjs --force | tee -a /home/tykayn/log_autopost.txt 2>&1
|