- 定期监控知识星球,并导出 Markdown 与图片;
- 导出知识星球所有内容;
- 将知识星球转换为 RSS 订阅;
# This project uses pipenv to manage the virtual environment.
# Clone GitHub Repository
$ git clone https://github.com/Spehhhhh/crawler-zsxq.git
# Switch to the directory
$ cd crawler-zsxq
# Install Poetry
$ curl -sSL https://install.python-poetry.org | python3 -
# Set environment variables
$ echo 'export PATH="$HOME/.poetry/bin:$PATH"' >> ~/.zshrc
# Install package
$ poetry install
# Activate the virtual environment for the current project
$ poetry shell
# Generate lockfile
$ poetry lock --no-update
# Run the main program
$ poetry run python <files>
# Install pre-commit
$ pre-commit install
- Class Naming Convention:
CapWords
- Class Member Convention:
lower_with_under_
- Function Naming Convention:
lower_with_under()
- Variables Naming Convention:
lower_with_under
[[TODO]]
[[TODO]]
[[TODO]]
- 2022-05-11 init