-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
37 lines (37 loc) · 959 Bytes
/
config.json
File metadata and controls
37 lines (37 loc) · 959 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
33
34
35
36
37
{
"x_monitor_window_path": "/Users/giga/projects/openclaw/x-monitor/tweets_window.json",
"discord_channel_id": "1477727527618347340",
"openai_model": "gpt-4o-mini",
"top_n": 10,
"top_deep_dive": 3,
"trigger_interval_hours": 4,
"pending_actions_path": "pending_actions.json",
"score_weights": {
"likes": 3,
"retweets": 5,
"replies": 2,
"views": 0.01,
"quotes": 4,
"bookmarks": 2
},
"x_accounts": [
{
"id": "personal",
"label": "@cosmic_desearch (founder)",
"handle": "cosmic_desearch",
"lane": "founder",
"browser_profile": "~/.x-engage-browser/personal",
"min_confidence": 0.7,
"action_types": ["retweet", "quote"]
},
{
"id": "brand",
"label": "@desearch_ai (brand)",
"handle": "desearch_ai",
"lane": "brand",
"browser_profile": "~/.x-engage-browser/brand",
"min_confidence": 0.8,
"action_types": ["quote"]
}
]
}