Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 450 Bytes

xiaohongshu Spider

a tiny xiaohongshu sipder

Structure

.
├── REDEME.md
├── clean.py
├── exapmle
│   ├── note.json
│   └── user.json
└── script.py

  • example provides json data example's content and author so that I can easily find out useful data.
  • script.py uses mitmproxy library to get data from IOS device and store them.
  • clean.py cleans the stored data and exports file as .csv.