• Stars
    star
    114
  • Rank 306,309 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

命令行版知乎

zhihu-terminal

命令行版知乎 灵感来自duduainankai/zhihu-terminal

目前功能

GIF演示

项目介绍

本项目为知乎的终端版实现,基于asyncio实现

运行此项目即可以使用命令行的方式来操作知乎,功能涵盖:浏览,点赞,感谢等功能,未来将实现知乎网页端的绝大部分功能

运行环境

Python 3.7

项目在Mac OSX 10.14.5 进行开发,目前未进行Windows系统的适配

准备

建议拉取时仅拉取最近一次提交,历史提交中存在一个比较大的动图拉取时间会较长

git clone --depth 1 [email protected]:wf1314/zhihu-terminal.git

安装Python 3.7的环境后执行

pip install -r requirements.txt

本地运行

找到项目中的setting.py修改账号,密码等必填项

执行:

python main.py

开发中的功能:

获取关注内容(TODO)

收藏回答(TODO)

回复评论(TODO)

验证码自动识别(TODO)

查看用户主页信息(TODO)