diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml deleted file mode 100644 index 705b563..0000000 --- a/.github/workflows/main.yaml +++ /dev/null @@ -1,17 +0,0 @@ -on: - push: - branches: - - main - -jobs: - contrib-readme-job: - runs-on: ubuntu-latest - name: A job to automate contrib in readme - permissions: - contents: write - pull-requests: write - steps: - - name: Contribute List - uses: akhilmhdh/contributors-readme-action@v2.3.10 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index affdaf9..20c93b1 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ 原理:利用[playwright](https://playwright.dev/)搭桥,保留登录成功后的上下文浏览器环境,通过执行JS表达式获取一些加密参数 通过使用此方式,免去了复现核心加密JS代码,逆向难度大大降低 -[MediaCrawlerPro](https://github.com/MediaCrawlerPro)版本经过2个周的通宵,已经迭代出来了,相较于现在有一些优势: +[MediaCrawlerPro](https://github.com/MediaCrawlerPro)版本已经迭代出来了,相较于现在的优势: - 多账号+IP代理支持(重点!) - 去除Playwright依赖,使用更加简单 - 支持linux部署(Docker docker-compose) -- 代码重构优化,更加易读易维护 +- 代码重构优化,更加易读易维护(解耦请求签名逻辑) ## 功能列表 @@ -91,7 +91,7 @@ ## 开发者服务 - MediaCrawler视频课程: - > 课程介绍飞书文档链接:https://relakkes.feishu.cn/wiki/JUgBwdhIeiSbAwkFCLkciHdAnhh + > 视频课程介绍飞书文档链接:https://relakkes.feishu.cn/wiki/JUgBwdhIeiSbAwkFCLkciHdAnhh > 如果你想很快入门这个项目,或者想了具体实现原理,我推荐你看看这个视频课程,从设计出发一步步带你如何使用,门槛大大降低 > > 同时也是对我开源的支持,如果你能支持我的课程,我将会非常开心~
@@ -102,7 +102,9 @@ xingqiu

- 星球精选文章: + 星球精选文章: + - [逆向案例1 - 某16x8平台商品列表接口逆向参数分析](https://articles.zsxq.com/id_x1qmtg8pzld9.html) + - [逆向案例2 - Product Hunt月度最佳产品榜单接口加密参数分析](https://articles.zsxq.com/id_au4eich3x2sg.html) - [【独创】使用Playwright获取某音a_bogus参数流程(包含加密参数分析)](https://articles.zsxq.com/id_u89al50jk9x0.html) - [【独创】使用Playwright低成本获取某书X-s参数流程分析(当年的回忆录)](https://articles.zsxq.com/id_u4lcrvqakuc7.html) - [ MediaCrawler-基于抽象类设计重构项目缓存](https://articles.zsxq.com/id_4ju73oxewt9j.html) @@ -166,251 +168,6 @@ dy和xhs使用Playwright登录现在会出现滑块验证 + 短信验证,手 我新开的爬虫教程Github仓库 [CrawlerTutorial](https://github.com/NanmiCoder/CrawlerTutorial) ,感兴趣的朋友可以关注一下,持续更新,主打一个免费. -## 项目贡献者 -> 感谢你们的贡献,让项目变得更好!(贡献比较多的可以加我wx,免费拉你进我的知识星球,后期还有一些其他福利。) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - NanmiCoder -
- 程序员阿江-Relakkes -
-
- - leantli -
- leantli -
-
- - Rosyrain -
- Rosyrain -
-
- - BaoZhuhan -
- Bao Zhuhan -
-
- - nelzomal -
- zhounan -
-
- - helloteemo -
- helloteemo -
-
- - Ermeng98 -
- Ermeng -
-
- - PeanutSplash -
- PeanutSplash -
-
- - Hiro-Lin -
- HIRO -
-
- - henryhyn -
- Henry He -
-
- - Akiqqqqqqq -
- leonardoqiuyu -
-
- - jayeeliu -
- jayeeliu -
-
- - fruitswordman -
- Wenbo Lu -
-
- - ZhouXsh -
- ZhouXsh -
-
- - ZuWard -
- ZuWard -
-
- - Zzendrix -
- Zendrix -
-
- - chunpat -
- zhangzhenpeng -
-
- - tanpenggood -
- Sam Tan -
-
- - xbsheng -
- xbsheng -
-
- - yangrq1018 -
- Martin -
-
- - zhihuiio -
- zhihuiio -
-
- - renaissancezyc -
- Ren -
-
- - Tianci-King -
- Wang Tianci -
-
- - Styunlen -
- Styunlen -
-
- - Schofi -
- Schofi -
-
- - Klu5ure -
- Klu5ure -
-
- - keeper-jie -
- Kermit -
-
- - kexinoh -
- KEXNA -
-
- - aa65535 -
- Jian Chang -
-
- - Jasonyang2014 -
- AuYeung -
-
- - 522109452 -
- tianqing -
-
- - 3DRX -
- Jingyang Kang -
-
- - ## star 趋势图 - 如果该项目对你有帮助,star一下 ❤️❤️❤️ @@ -418,7 +175,6 @@ dy和xhs使用Playwright登录现在会出现滑块验证 + 短信验证,手 - ## 参考 - xhs客户端 [ReaJason的xhs仓库](https://github.com/ReaJason/xhs)