-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
32 lines (32 loc) · 967 Bytes
/
Copy pathconfig.example.json
File metadata and controls
32 lines (32 loc) · 967 Bytes
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
{
"telegram_bot_token": "YOUR_BOT_TOKEN",
"telegram_chat_id": "YOUR_CHAT_ID",
"bird_profile": "Default",
"score_threshold": 55,
"max_age_hours": 2,
"x_searches": [
["AI agent", 20],
["indie hacker", 20],
["AI automation", 15],
["MCP server", 10],
["SaaS launch", 15],
["AI tool launch", 15]
],
"subreddits": [
["artificial", "hot", 25],
["MachineLearning", "hot", 25],
["SideProject", "new", 30],
["entrepreneur", "hot", 20],
["ChatGPT", "hot", 20]
],
"keywords": [
"AI", "agent", "automation", "indie", "saas", "launch", "GPT", "LLM",
"Claude", "OpenAI", "Anthropic", "MCP", "tool", "startup", "revenue",
"viral", "trending", "released", "new", "entrepreneur", "build",
"maker", "product", "API", "workflow"
],
"niche_keywords": [
"AI", "agent", "automation", "LLM", "GPT", "Claude", "OpenAI",
"Anthropic", "indie", "saas", "startup", "maker", "launch", "tool", "MCP"
]
}