Coder Social home page Coder Social logo

crawler-zsxq's Introduction

ZSXQ's crawler

0. Table of Contents

1. Background

  • 定期监控知识星球,并导出 Markdown 与图片;
  • 导出知识星球所有内容;
  • 将知识星球转换为 RSS 订阅;

1.0 Install

  • Clone GitHub Repository git clone https://github.com/Spehhhhh/crawler-zsxq.git
  • Switch to the directory cd crawler-zsxq
# This project uses pipenv to manage the virtual environment.

# 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>

1.1 Name Convention

  • Class Naming Convention: CapWords
  • Class Member Convention: lower_with_under_
  • Function Naming Convention: lower_with_under()
  • Variables Naming Convention: lower_with_under

2. Architecture

2.0 Overview

[[TODO]]

2.1 Class

[[TODO]]

7. License

Apache-2.0

8. External Link

[[TODO]]

9. ChangeLog

  • 2022-05-11 init

crawler-zsxq's People

Contributors

ipruning avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.