-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.example.json
More file actions
45 lines (39 loc) · 2.2 KB
/
Copy pathconfig.example.json
File metadata and controls
45 lines (39 loc) · 2.2 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"prompt_db": "~/claude-prompt-db/prompts.db",
"stats_script": "~/.claude/skills/social-autoposter/stats.sh",
"accounts": {
"reddit": {
"username": "your-reddit-username",
"login_method": "browser"
},
"twitter": {
"handle": "",
"login_method": "browser",
"_handle_note": "Leave empty. connect_x auto-detects and writes your real @handle here on first connect. A non-empty placeholder would poison our_account (attribution / own-reply dedup)."
},
"linkedin": {
"name": "Your Name",
"login_method": "browser"
},
"moltbook": {
"username": "your-moltbook-username",
"api_key_env": "MOLTBOOK_API_KEY",
"env_file": "~/social-autoposter/.env"
}
},
"subreddits": ["ClaudeAI", "programming", "webdev", "devops"],
"content_angle": "Describe your unique experience/perspective that gives you authentic angles for comments. Example: 'Building a macOS desktop AI agent. Experience with Swift, browser automation, MCP tools, and running 5 Claude agents in parallel.'",
"projects": [],
"_projects_help": "Projects are created via the social-autoposter MCP `setup` tool, not by hand. setup collects name, website, description, icp, voice, and search_topics, writes them here, and seeds search_topics into the DB (project_search_topics) that the draft cycle reads. Leave this empty on a fresh install: a hand-added project with no seeded search_topics is skipped by the cycle (and used to crash it to an empty result).",
"exclusions": {
"authors": ["spambot123", "annoying_user"],
"subreddits": ["subreddit_to_skip"],
"urls": ["reddit.com/r/some/specific/thread"],
"keywords": ["keyword_to_avoid"],
"github_repos": ["org/repo-to-skip"],
"twitter_accounts": ["twitter_handle_to_skip"],
"_comment": "authors: skip threads by these users and don't reply to them (applies to ALL platforms). subreddits: skip entirely during search. urls: skip threads whose URL contains this substring. keywords: skip threads containing these words in title/body. github_repos: skip issues from these repos/orgs. twitter_accounts: skip mentions from these X accounts."
},
"open_source_links": [],
"launchd_label": "com.yourname.social-stats"
}