{"id":15320355,"url":"https://github.com/cocainecong/teenstudy","last_synced_at":"2025-10-09T06:32:01.823Z","repository":{"id":161628319,"uuid":"345362894","full_name":"CocaineCong/TeenStudy","owner":"CocaineCong","description":"青年大学习一键提醒、福建省，安徽省，上海市都有","archived":true,"fork":false,"pushed_at":"2023-12-19T01:01:00.000Z","size":58,"stargazers_count":26,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-02T09:08:24.784Z","etag":null,"topics":["python","requests","selenium"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CocaineCong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-03-07T14:08:58.000Z","updated_at":"2024-09-04T00:17:58.000Z","dependencies_parsed_at":"2023-12-19T04:24:47.912Z","dependency_job_id":"3bda6c1b-bf91-408c-8a0c-fd1f8fe63499","html_url":"https://github.com/CocaineCong/TeenStudy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CocaineCong%2FTeenStudy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CocaineCong%2FTeenStudy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CocaineCong%2FTeenStudy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CocaineCong%2FTeenStudy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CocaineCong","download_url":"https://codeload.github.com/CocaineCong/TeenStudy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235801792,"owners_count":19047126,"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":["python","requests","selenium"],"created_at":"2024-10-01T09:08:17.463Z","updated_at":"2025-10-09T06:31:56.446Z","avatar_url":"https://github.com/CocaineCong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 毕业了，不维护啦～\n# 青年大学习提醒脚本\n\n# 写在前面\n\n\n\n\u003e 如果只需要提醒的话，是不需要Python和teenstudy文件的，运行脚本文件就好了，这两个文件是把提醒脚本封装成了app。\n\u003e\n\u003e 有能力的同学可以优化一下这个封装。\n\n\n\n# 项目目录\n\n```shell\n/\n├── python\n├── teenstudy\n├── TeenStudy_Fj.py\n└── TeenStudy_Anhui.py\n```\n\n\n\n- python：这是把脚本用flask封装成app的后端部分，目前只封装了福建省\n- teenstudy：这是把脚本用uniapp封装成app的前端部分\n- TeenStudy_Fj.py：这是福建省份的青年大学习提醒`脚本文件`\n- TeenStudy_Anhui.py：这是安徽省份的青年大学习提醒`脚本文件`\n\n\n\n\n\n# 脚本运行\n\n只需要下载好相关的依赖包就好了。部分省份的比较麻烦可以移步到B站，有视频讲解~\n\n[青年大学习一键提醒脚本](https://www.bilibili.com/video/BV1ci4y1K7dD)\n\n\n\n\n\n\n\n\n\n# APP 演示\n\n\n\n\n\n\n\n![在这里插入图片描述](https://img-blog.csdnimg.cn/20210610234222910.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTMwNDUwMw==,size_16,color_FFFFFF,t_70)\n\n\n\n\n\n![在这里插入图片描述](https://img-blog.csdnimg.cn/20210610234150972.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTMwNDUwMw==,size_16,color_FFFFFF,t_70)\n\n\n\n\n\n![在这里插入图片描述](https://img-blog.csdnimg.cn/20210610234518443.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3dlaXhpbl80NTMwNDUwMw==,size_16,color_FFFFFF,t_70)\n\n\n\n# 常见问题\nQ1：识别不出验证码\n\nA1：重新调整识别的四个点，因为是手动调整的，所以不会适合所有的屏幕\n\nQ2：Cookie错误\n\nA1：这是很正常的问题，我已经在视频中说过这个问题了，网站的开发者会不定期更新cookie的形式，所以重新拼接cookie就可以了。\n\n\n\n# 版本\n目前已经有以下的省份和地区\n\n- 福建\n- 安徽\n- 上海\n\n\n# 最后\n\n如果你有其他省份的想让我做的话，也可以进来私聊我噢~\n\n微信公众号：小生凡一\n\n个人微信：FanOne404\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocainecong%2Fteenstudy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcocainecong%2Fteenstudy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcocainecong%2Fteenstudy/lists"}