Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 329 Bytes

Douban Spider

A simple Douban spider to get Douban Top 250.

About

  • bs_playground.py: test parse rule
  • rule.py: parse rules
  • spider.py: spider main program

Usage

No need to run manually, the GitHub Action runs on the first day of each month.

You can check .github/workflows/main.yml for more details.