# S. Delorme & R. Ruiz
# cometa_socials_API.py
# v1. 2024 March 15
# v2. 2025 June 30 (updated for bluesky)
# v3. 2025 July 4 (updated for YouTube)
# v4. 2025 July 23 (updated for Facebook)
# cometa_IndicoCrawl_API.py
# v1. 2025 August 6
# The author(s) would like to acknowledge the support of the 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.

# cometa_socials_API.py
This file briefly outlines how COMETA's social media API operates.
In short, a cron job runs driver.sh once a day, everyday at 16:05. 
The driver script runs the python-based API script (cometa_socials_API.py). 
The API script can be run by itself, i.e., without cron and driver.sh.
The API script (cometa_socials_API.py) requires login keys from kingdom.py (cometa_socials_API_kingdom.py).

File interface:
- cron command calls driver
- driver calls API
- API calls kingdom
- API interfaces with (pulls from) ArXiv and YouTube and then (pushes to) X/Twitter
- various log files are written for checks

# cometa_IndicoCrawl_API.py
This web app will query an Indico conference page, extract contributions, and post thread to social media
