Skip to content

使用说明好像不够清晰啊 #3

@yansheng836

Description

@yansheng836

问题1. 没有安装对应模块

$ python csdn2md.py
Traceback (most recent call last):
  File "csdn2md.py", line 20, in <module>
    import fire
ModuleNotFoundError: No module named 'fire'

解决方法:

$ pip install fire

问题2. 该运行什么命令好像也没有说清楚,还有就是有代码里面有说明

$ python csdn2md.py
ERROR: The function received no value for the required argument: username
Usage: csdn2md.py USERNAME TOTAL_PAGES COOKIE_FILE <flags>
  optional flags:        --start | --stop | --hexo | --md_dir

For detailed information on this command, run:
  csdn2md.py --help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions