Skip to content

简单但绝不简陋的 Python3 爬虫项目,集合 HelloGitHub 所有平台的账号信息。会基础的 Python 语法就能看懂!

Notifications You must be signed in to change notification settings

1271658353/Hydra

Repository files navigation

Hydra(九头蛇)

基于 Python3 实现的汇集 HelloGitHub 在多个平台的账号信息。包含文章、短内容的表现,即阅读、点赞、分享等。

支持:公众号、博客园、头条

注意: 本项目不是爬虫,仅聚合自己的 HelloGitHub 账号在多个平台的数据,方便查看和分析!

一、运行项目

依赖:node v15.8.0

创建配置文件:.local_env.yaml

  1. 安装 pyenv
  2. 安装并切换 Python 版本:pyenv shell 3.7.5
  3. 安装 poetry:pip3 install poetry
  4. 安装依赖:在项目根目录执行 poetry install --no-root
  5. 运行项目:poetry run python main.py wechat|cnblogs|toutiao
    • 检查代码风格等:shell/lint.sh
    • 格式化代码等:shell/format.sh
    • 测试:shell/test.sh

更多说明

二、展示

三、声明

知识共享许可协议
本作品采用 署名-非商业性使用-禁止演绎 4.0 国际 进行许可。

About

简单但绝不简陋的 Python3 爬虫项目,集合 HelloGitHub 所有平台的账号信息。会基础的 Python 语法就能看懂!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Other 1.4%