initial commit

This commit is contained in:
2026-05-12 16:36:17 +02:00
commit fca89420e4
13 changed files with 397 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# YouTube channel ID (from the channel URL or About page)
YOUTUBE_CHANNEL_ID=UCAVIMKN9_5XthvtVdlmEoHg
# Facebook Page access token (long-lived, from Graph API Explorer)
FACEBOOK_ACCESS_TOKEN=
# Facebook Page ID (numeric or username)
FACEBOOK_PAGE_ID=
# LinkedIn OAuth2 access token
LINKEDIN_ACCESS_TOKEN=
# LinkedIn author URN — person: urn:li:person:XXXXX or org: urn:li:organization:XXXXX
LINKEDIN_AUTHOR_URN=urn:li:person:XXXXX
# Path inside the container where the CSV cache is stored (optional)
CACHE_FILE_PATH=/data/cache.csv