lpe234 / juejin_pins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

juejin_pins

掘金沸点简单分析

├── article  # selenium示例
│   ├── __init__.py
│   ├── file
│   ├── get_article.py
│   └── parse_article.py
├── pins  # 获取沸点示例
│   ├── __init__.py
|   ├── get_pins.py
│   └── get_pins2.py
├── requirements.txt

目录结构

article

Selenium + Chrome 获取网页数据。

pins

get_pins.py获取沸点数据示例。

get_pins2.py 获取全部沸点数据。

About

License:Other


Languages

Language:HTML 98.0%Language:Python 2.0%