zhihu-crawler-pro


Namezhihu-crawler-pro JSON
Version 2.2.5 PyPI version JSON
download
home_pagehttps://github.com/yanjlee/zhihu_crawler
SummaryThis project is dedicated to sharing and teaching the fundamentals and techniques of web reverse engineering. Web reverse engineering involves analyzing how websites and web applications work, and cracking or modifying existing code to achieve specific objectives. This project includes a series of tutorials, practical tools, and case studies aimed at helping developers, security researchers, and enthusiasts understand how to effectively reverse engineer web technologies.
upload_time2024-06-01 08:46:05
maintainerNone
docs_urlNone
authoryanjlee
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **此项目未完成**

# zhihu_crawler
自动登录,保存token,爬取知乎数据

# 使用方法

```python
from zhihu.client import Client

# 所有程序的入口
client = Client()
# 直接使用用户名和密码登录
client.login(username='+8615555555555', password='password')
# 不使用参数,根据命令行输入
# client.login()

# 登录后获取个人信息
myself = client.myself()

# 打印个人信息,json 格式
print(myself.info())
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yanjlee/zhihu_crawler",
    "name": "zhihu-crawler-pro",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "yanjlee",
    "author_email": "yanjlee@163.com",
    "download_url": "https://files.pythonhosted.org/packages/a4/a9/7e7e2d9bdbd66bbc72c07c7579e752f7c00a23b41ebd84079d2c8cc04607/zhihu_crawler_pro-2.2.5.tar.gz",
    "platform": null,
    "description": "**\u6b64\u9879\u76ee\u672a\u5b8c\u6210**\r\n\r\n# zhihu_crawler\r\n\u81ea\u52a8\u767b\u5f55,\u4fdd\u5b58token,\u722c\u53d6\u77e5\u4e4e\u6570\u636e\r\n\r\n# \u4f7f\u7528\u65b9\u6cd5\r\n\r\n```python\r\nfrom zhihu.client import Client\r\n\r\n# \u6240\u6709\u7a0b\u5e8f\u7684\u5165\u53e3\r\nclient = Client()\r\n# \u76f4\u63a5\u4f7f\u7528\u7528\u6237\u540d\u548c\u5bc6\u7801\u767b\u5f55\r\nclient.login(username='+8615555555555', password='password')\r\n# \u4e0d\u4f7f\u7528\u53c2\u6570,\u6839\u636e\u547d\u4ee4\u884c\u8f93\u5165\r\n# client.login()\r\n\r\n# \u767b\u5f55\u540e\u83b7\u53d6\u4e2a\u4eba\u4fe1\u606f\r\nmyself = client.myself()\r\n\r\n# \u6253\u5370\u4e2a\u4eba\u4fe1\u606f,json \u683c\u5f0f\r\nprint(myself.info())\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This project is dedicated to sharing and teaching the fundamentals and techniques of web reverse engineering. Web reverse engineering involves analyzing how websites and web applications work, and cracking or modifying existing code to achieve specific objectives. This project includes a series of tutorials, practical tools, and case studies aimed at helping developers, security researchers, and enthusiasts understand how to effectively reverse engineer web technologies.",
    "version": "2.2.5",
    "project_urls": {
        "Homepage": "https://github.com/yanjlee/zhihu_crawler"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05e86074664e28ff5c32bc1927ff73f2c87aea301b10bb01e9ecd4202e9ab65a",
                "md5": "cb86d069f10eb861fdbca862a98a63af",
                "sha256": "14e55e2cb94ff697a8623b0499705314b1e0f52e6d7a364056cfaf0ce7a63e86"
            },
            "downloads": -1,
            "filename": "zhihu_crawler_pro-2.2.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cb86d069f10eb861fdbca862a98a63af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8908,
            "upload_time": "2024-06-01T08:46:04",
            "upload_time_iso_8601": "2024-06-01T08:46:04.117102Z",
            "url": "https://files.pythonhosted.org/packages/05/e8/6074664e28ff5c32bc1927ff73f2c87aea301b10bb01e9ecd4202e9ab65a/zhihu_crawler_pro-2.2.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4a97e7e2d9bdbd66bbc72c07c7579e752f7c00a23b41ebd84079d2c8cc04607",
                "md5": "d45b77a3e34038090722bf3cb0050cdb",
                "sha256": "d7a53f441613b3d3f4fdda74761feafe8e7670d92f06e3ad6abf5c76e96a731b"
            },
            "downloads": -1,
            "filename": "zhihu_crawler_pro-2.2.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d45b77a3e34038090722bf3cb0050cdb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7757,
            "upload_time": "2024-06-01T08:46:05",
            "upload_time_iso_8601": "2024-06-01T08:46:05.999248Z",
            "url": "https://files.pythonhosted.org/packages/a4/a9/7e7e2d9bdbd66bbc72c07c7579e752f7c00a23b41ebd84079d2c8cc04607/zhihu_crawler_pro-2.2.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-01 08:46:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yanjlee",
    "github_project": "zhihu_crawler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "zhihu-crawler-pro"
}
        
Elapsed time: 0.28837s