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