-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
56 lines (56 loc) · 1.01 KB
/
Copy pathconfig.example.json
File metadata and controls
56 lines (56 loc) · 1.01 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
46
47
48
49
50
51
52
53
54
55
56
{
"profile": {
"name": "Your Name",
"headline": "Full-stack / backend automation developer",
"location": "China",
"timezone": "Asia/Shanghai",
"email": "you@example.com",
"portfolio": "https://github.com/yourname",
"skills": [
"python",
"typescript",
"javascript",
"node",
"react",
"fastapi",
"django",
"automation",
"scraping",
"api",
"openai",
"llm",
"postgres",
"docker"
],
"preferred_work": [
"automation",
"backend",
"ai",
"data",
"scraping",
"tooling",
"full-stack"
],
"avoid": [
"unpaid",
"equity only",
"commission only",
"crypto trading",
"adult"
]
},
"sources": {
"remotive": true,
"hacker_news": true,
"github_issues": true
},
"limits": {
"per_source": 35,
"report_top_n": 25,
"min_score": 30
},
"notifications": {
"telegram_bot_token": "",
"telegram_chat_id": ""
}
}