-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.sample.json
More file actions
97 lines (97 loc) · 3.19 KB
/
Copy pathconfig.sample.json
File metadata and controls
97 lines (97 loc) · 3.19 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"credentials": {
"username": "your_cas_username",
"password": "your_cas_password"
},
"errorDelay": 60000,
"errorWebhook": "your_error_webhook",
"maxPosts": 20,
"sendPosts": true,
"successDelay": 180000,
"webhook": "your_global_webhook",
"scrapers": {
"announcements": {
"strategy": "announcements",
"link": "https://www.finki.ukim.mk/mk/student-announcement",
"name": "Огласна табла",
"role": "1333926602739810427",
"webhook": "your_announcement_webhook",
"enabled": true
},
"jobs": {
"strategy": "jobs",
"link": "https://www.finki.ukim.mk/mk/fcse-jobs-internships",
"name": "Огласи",
"webhook": "your_jobs_webhook",
"enabled": true
},
"internships": {
"strategy": "internships",
"link": "https://internships.finki.ukim.mk/published-website-postings",
"name": "Огласи",
"webhook": "your_jobs_webhook",
"enabled": true
},
"events": {
"strategy": "events",
"link": "https://finki.ukim.mk/mk/fcse-events",
"name": "Настани",
"enabled": false
},
"projects": {
"strategy": "projects",
"link": "https://finki.ukim.mk/mk/fcse-projects",
"name": "Проекти",
"enabled": false
},
"diplomas": {
"strategy": "diplomas",
"link": "https://diplomski.finki.ukim.mk/DiplomaList",
"name": "Дипломски",
"enabled": false
},
"masters": {
"strategy": "masters",
"link": "https://magisterski.finki.ukim.mk/list-MasterThesis",
"name": "Магистерски",
"enabled": false
},
"SIC": {
"strategy": "course",
"link": "https://courses.finki.ukim.mk/mod/forum/search.php?id=263&words=&phrase=¬words=&fullwords=&hfromday=1&hfrommonth=1&hfromyear=1&hfromhour=1&hfromminute=1&htoday=1&htomonth=1&htoyear=1&htohour=1&htominute=1&forumid=486&subject=&user=&perpage=10",
"name": "Студентски информативен центар",
"enabled": true
},
"dnick": {
"strategy": "course",
"link": "https://courses.finki.ukim.mk/mod/forum/search.php?id=2631&words=&phrase=¬words=&fullwords=&hfromday=1&hfrommonth=1&hfromyear=1&hfromhour=1&hfromminute=1&htoday=1&htomonth=1&htoyear=1&htohour=1&htominute=1&forumid=4101&subject=&user=&perpage=10",
"name": "Дизајн на интеракцијата човек-компјутер",
"enabled": false
},
"bnp-activities": {
"strategy": "activities",
"link": "https://courses.finki.ukim.mk/course/view.php?id=2839",
"name": "Бази на податоци",
"enabled": false
},
"timetables": {
"strategy": "timetables",
"link": "https://www.finki.ukim.mk/mk/student-announcement",
"name": "Распореди",
"enabled": false
},
"partners": {
"strategy": "partners",
"link": "https://partneri.finki.ukim.mk/partners",
"name": "Партнери",
"maxPosts": 100,
"enabled": true
},
"edupage": {
"strategy": "edupage",
"link": "https://finki.edupage.org",
"name": "Распоред EduPage",
"enabled": false
}
}
}