-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_example.json
36 lines (30 loc) · 1.16 KB
/
config_example.json
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
{
"proxies": {
},
"headers": {
},
"OpenAI_API_KEY": "",
"OpenAI_Model": "",
"resume_path": "full local path to your resume in PDF format",
"search_queries": [
{"keywords": "Python developer", "location": "Los Angeles", "f_WT": ""},
{"keywords": "Python developer", "location": "USA", "f_WT": "2"}
],
"desc_words": [
"agriculture", "farm", "food safety", "manufacture", "manufacturing", "Bilingual", "chemistry", "FDA", "ICH Guideline", "21 CFR 210",
"biological sciences", "clinical research", "clinical trials", "drug safety", "ISO 9001", "ISO9001", "Life Sciences", "Biotech", "safety standards", "gt.school", "degree in accounting", "degree in Finance", "ISQM", "ISQM1",
"QA/QC", "Electrical Engineering", "IS09001"
],
"title_exclude": ["frontend", "fron end", "game"],
"title_include": ["python", "developer", "backend", "BE", "engineer"],
"company_exclude": ["ClickJobs.io"],
"languages": ["en"],
"timespan": "r84600",
"jobs_tablename": "jobs",
"filtered_jobs_tablename": "filtered_jobs",
"db_path": "./data/my_database.db",
"pages_to_scrape": 10,
"rounds": 1,
"days_to_scrape": 10,
"app_table": "jobs"
}