-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.env.example
More file actions
30 lines (23 loc) · 1.11 KB
/
.env.example
File metadata and controls
30 lines (23 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Social Media Syndication Configuration
# Copy this file to .env and fill in your credentials
# Test Mode (set to "true" to test without actually posting)
TEST_MODE=false
# Feed URLs (JSON Feed format)
POSTS_FEED_URL=https://www.aaron-gustafson.com/feeds/latest-posts.json
LINKS_FEED_URL=https://www.aaron-gustafson.com/feeds/latest-links.json
# Buffer Configuration
# Get your access token from: https://buffer.com/developers/api
BUFFER_ACCESS_TOKEN=your_buffer_access_token_here
# Get profile IDs from Buffer URLs (e.g., https://publish.buffer.com/channels/550b1d6c8c88eadc0ffb0128)
BUFFER_TWITTER_PROFILE_ID=your_twitter_profile_id_here
BUFFER_BLUESKY_PROFILE_ID=your_bluesky_profile_id_here
# Mastodon Configuration
# Get from your Mastodon account settings > Development > New Application
MASTODON_ACCESS_TOKEN=your_mastodon_access_token_here
MASTODON_SERVER_URL=https://mastodon.social
# IFTTT Configuration
# Get from: https://ifttt.com/maker_webhooks/settings
IFTTT_KEY=your_ifttt_webhook_key_here
# Screenshot API (optional)
# For generating social media preview images
SCREENSHOT_API_KEY=your_screenshot_api_key_here