-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
问题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
Labels
No labels