# python-demo **Repository Path**: chenrenh/python-demo ## Basic Information - **Project Name**: python-demo - **Description**: python的学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-13 - **Last Updated**: 2025-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python-demo Selenium 库 - 模拟浏览器行为 - https://www.selenium.dev/documentation/webdriver/getting_started/install_library/ - python selenium使用教程:https://zhuanlan.zhihu.com/p/21502239414 - 驱动下载:https://www.selenium.dev/zh-cn/documentation/webdriver/troubleshooting/errors/driver_location/ - chrome: https://googlechromelabs.github.io/chrome-for-testing/ - chome-driver最新稳定版:https://googlechromelabs.github.io/chrome-for-testing/#stable - chrome-driver 各个版本下载地址: https://sites.google.com/chromium.org/driver/downloads 专业图像识别服务 - 验证码识别 - 直接识别验证码,然后返回 - 滑块图像识别 - 原理是识别滑块所在位置,然后通过selenium滑动到指定位置 - https://www.jfbym.com/ camoufox - 反检测浏览器:一款专为网络爬虫设计的浏览器,能够进行强大的指纹注入和反机器人规避,旨在通过数据拦截和指纹注入实现高级反防御和隐私保护,帮你在数据收集时保持隐蔽 - https://camoufox.com/ - https://github.com/daijro/camoufox playwright - https://github.com/microsoft/playwright - python: https://github.com/microsoft/playwright-python - python playwright doc: https://playwright.dev/python/docs/intro - 使用Playwright进行键盘操作的详细指南: https://zhuanlan.zhihu.com/p/704661752 - Python-playwright 初步使用: https://www.jianshu.com/p/01c905aaf661 - Python 系列--爬虫利器Playwright:https://zhuanlan.zhihu.com/p/670965315 - 搭配camoufox使用 - b站视频:https://www.bilibili.com/video/BV1mx4y1t7Uo?vd_source=ec06748706d50902e3373a1064b18dd4&spm_id_from=333.788.videopod.sections python爬虫框架scrapy - https://github.com/scrapy/scrapy - 使用方法参考:python3+scrapy1分享会 - Python定时任务调度——APScheduler: https://blog.csdn.net/u010376788/article/details/75726182/ - 安装:pip install apscheduler 备注1 需要解析html标签用 scrapy 有js动态加载数据用 crawlee ajax读数据用 go #### 介绍 python的学习 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)