{"id":23051165,"url":"https://github.com/duguce/toolkit","last_synced_at":"2025-06-16T09:33:39.854Z","repository":{"id":50376490,"uuid":"518905542","full_name":"Duguce/ToolKit","owner":"Duguce","description":"✨ 本仓库用于存储一些小工具。例如，知乎问答爬虫、京东评论爬虫、分句工具等","archived":false,"fork":false,"pushed_at":"2023-12-09T06:16:40.000Z","size":19225,"stargazers_count":64,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T06:23:16.974Z","etag":null,"topics":["cn-sentianalysis","toolkit","zhihuspider"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Duguce.png","metadata":{"files":{"readme":"README.md","changelog":"change_date.bat","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-07-28T15:45:48.000Z","updated_at":"2025-02-15T03:07:15.000Z","dependencies_parsed_at":"2023-11-11T14:48:43.768Z","dependency_job_id":null,"html_url":"https://github.com/Duguce/ToolKit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Duguce/ToolKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duguce%2FToolKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duguce%2FToolKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duguce%2FToolKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duguce%2FToolKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Duguce","download_url":"https://codeload.github.com/Duguce/ToolKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duguce%2FToolKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260133779,"owners_count":22963794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cn-sentianalysis","toolkit","zhihuspider"],"created_at":"2024-12-15T23:44:37.633Z","updated_at":"2025-06-16T09:33:39.831Z","avatar_url":"https://github.com/Duguce.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    ToolKit\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e✨本仓库包含了一些小脚本程序，主要包括知乎爬虫、股票爬虫、中文文本情感分类等功能。这些脚本程序旨在自动化一些常见的数据处理和分析任务，提高日常学习和工作效率。\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/Duguce/ToolKit.svg?color=purple\" alt=\"stars\"\u003e\u0026nbsp\u0026nbsp\u0026nbsp\u003cimg src=\"https://img.shields.io/github/forks/Duguce/ToolKit.svg?color=red\" alt=\"forks\"\u003e\u0026nbsp\u0026nbsp\u0026nbsp\u003cimg src=\"https://img.shields.io/badge/license-MIT-yellow\" alt=\"MIT协议\"\u003e\u003c/p\u003e\n\n\n------\n\n## 项目结构\n\n| 序号 |                       项目名称                       | 类别 |         备注         |\n| :--: | :--------------------------------------------------: | :--: | :------------------: |\n|  1   |        [CN-SentiAnalysis](./CN-SentiAnalysis)        | 辅助 |   中文文本情感分类   |\n|  2   |       [SentimentAnalysis](./SentimentAnalysis)       | 辅助 | 微博评论情感判别分析 |\n|  3   |             [ZhihuSpider](./ZhihuSpider)             | 爬虫 | 知乎问题回答信息爬取 |\n|  4   |             [StockSpider](./StockSpider)             | 爬虫 |   股票历史数据爬取   |\n|  5   |             [CutSentence](./CutSentence)             | 辅助 |      中英文分句      |\n|  6   | [text_date_extraction.py](./text_date_extraction.py) | 脚本 |     英文日期提取     |\n|  7   |         [change_date.bat](./change_date.bat)         | 脚本 | 修改Windows系统日期  |\n|  8   |                [JdSpider](./JdSpider)                | 爬虫 | 京东评论问答数据爬取 |\n|  9   |                 [QuickQR](./QuickQR)                 | 脚本 |    二维码快捷生成    |\n\n## 使用说明\n\n- 如需单独下载某一文件夹下的内容，可以使用[tampermonkey](https://www.tampermonkey.net/)插件，使用教程可参考[B站某教程](https://www.bilibili.com/video/BV1rL411K7Mx?spm_id_from=333.880.my_history.page.click\u0026vd_source=0107121ae6b1cce515e0c483ec265833)；\n- 本仓库下的爬虫脚本均仅用于学习交流，不做任何其他用途；\n- 欢迎为本仓库下的项目通过[issue](https://github.com/Duguce/ToolKit/issues)提建议（如新功能、改进方案、存在的bug、缺点等）。\n\n\n\n## 开源许可\n\n本仓库下的作品若无特殊说明均采用[MIT协议](./LICENSE)进行许可\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduguce%2Ftoolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduguce%2Ftoolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduguce%2Ftoolkit/lists"}