Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 529 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 529 Bytes

Weibo Downloader

Download and archive all your favorite photos in your Weibo account using Weibo API.

Usage

pip install -r requirement.txt
python main.py

API

API Name Usage
list Get the list of statuses in your favorites.
download Download the photos in the status.

Reference

Thesharing/pyweibo: The python SDK of Weibo.