文件名称:NSFC_Searcher:A Searcher of Official NSFC (国自然官网检索)
文件大小:61KB
文件格式:ZIP
更新时间:2024-06-18 09:54:27
Python
MSFC Searcher 帮助你在 检索,并生成CSV格式的报告。 实现验证码识别,支持官网所有查询参数,直接支持跨年度查询。 国自然结题报告下载: 核心思路 通过 https://isisn.nsfc.gov.cn/egrantindex/validatecode.jpg 获得验证码图片,使用pytesseract识别,并通过接口 https://isisn.nsfc.gov.cn/egrantindex/funcindex/validate-checkcode 验证OCR结果是否正确。 构造并请求 https://isisn.nsfc.gov.cn/egrantindex/funcindex/prjsearch-list 获取额外的cookies信息。 使用回调的形式,依次构造并请求 https://isisn.nsfc.gov.cn/egrantindex/funcindex/p
【文件预览】:
NSFC_Searcher-master
----requirements.txt(73B)
----output()
--------.gitignore(11B)
----utils.py(3KB)
----cache()
--------.gitignore(70B)
--------official_grand_code_main.json(769B)
--------official_subject_dict.json(479KB)
----README.md(4KB)
----official.py(9KB)