Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

23 lines (10 loc) · 373 Bytes

WeiboPicDownload

Download all the pictures of one's weibo.

What's need:

1.Soneone's url of weibo.cn;(yes,not weibo.com,future I'll remodify this)

 url:'??'

2.Your browser's cookie of weibo.cn;

 header={'Cookie':'??'}

3.A folder in your computer.

 folder_path='??'

4.pycharm or an python3 IDE.