Skip to content

Commit

Permalink
[config] Add sources (#40)
Browse files Browse the repository at this point in the history
Relates-to: #24
Resolves #55
Resolves #56
  • Loading branch information
YDX-2147483647 authored Dec 19, 2023
1 parent 2297a1a commit a32b011
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions config/sources_by_selectors.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,103 @@
"selectors": {
"rows": "div.articleList li"
}
},
{
"name": "国际组织",
"full_name": "国际组织创新学院",
"url": "https://sgg.bit.edu.cn/tzgg/index.htm",
"guide": [
"国际组织创新学院",
"通知公告",
"更多"
],
"selectors": {
"rows": "ul.block-list160 > li",
"title": "p"
}
},
{
"name": "法学",
"full_name": "法学院学生",
"url": "https://law.bit.edu.cn/tzgg/xsbd/index.htm",
"guide": [
"法学院",
"通知公告",
"学生必读"
],
"selectors": {
"rows": ".articleList5 > ul > li"
}
},
{
"name": "材料",
"full_name": "材料学院",
"url": "https://mse.bit.edu.cn/tzgg/index.htm",
"guide": [
"材料学院",
"通知公告",
"更多"
],
"selectors": {
"rows": "ul.generalUltwo > li",
"title": "p"
}
},
{
"name": "外国语",
"full_name": "外国语学院",
"url": "https://sfl.bit.edu.cn/tzgg/index.htm",
"guide": [
"外国语学院",
"通知公告",
"更多+"
],
"selectors": {
"rows": ".page-list17 li.gpTextArea"
}
},
{
"name": "化学",
"full_name": "化学与化工学院",
"url": "https://cce.bit.edu.cn/tzgg/index.htm",
"guide": [
"化学与化工学院",
"通知公告",
"更多+"
],
"selectors": {
"rows": "ul.partyUl > li",
"date": ".date"
}
},
{
"name": "招采",
"full_name": "招采公告",
"url": "https://bit.edu.cn/tzgg17/zcgg/index.htm",
"guide": [
"主站",
"校务公开",
"通知公告",
"招采公告"
],
"selectors": {
"rows": ".title_rtcon li"
}
},
{
"name": "资实",
"full_name": "资产与实验室管理处",
"url": "https://zsc.bit.edu.cn/xwgg/tzgg/index.htm",
"guide": [
"资产与实验室管理处",
"通知公告",
"MORE"
],
"selectors": {
"rows": ".pageList > li",
"date": ".date",
"title": ".title"
}
}
]
}

0 comments on commit a32b011

Please sign in to comment.