## S. Delorme &
## R. Ruiz
## 2024 March 15
## 2025 June 30 (update)
## The author(s) would like to acknowledge the support of Narodowe Centrum Nauki under Grant No. 2023/49/B/ST2/04330 (SNAIL).
## The author(s) would like to acknowledge the contribution of the COST Action CA22130.
## This software is solely for educational, academic/scientific, and outreach purposes; it is not for commercial use.
##
## usage: crontab cometa_socials_API_cron_command.txt
##
## examples:
## Every Day at Midnight	0 0 * * * /path/to/script
## Every 20 Minutes - Multiple Scripts	*/20 * * * * /path/to/script1; /path/to/script2
##
##
## the following will run .sh every day at 16:05
5 16 * * * /ABSOLUTE_PATH_TO_driver/cometa_socials_API_driver.sh >> /ABSOLUTE_PATH_TO_driver/cometa_socials_API_cron_output.log 2>&1


