Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 407 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 407 Bytes

ins

爬取Instagram的某个用户的所有帖子

首先的安装scrapy

pip3 install scrapy
pip3 install selenium

我用的是python3.6

使用方法

cd ins 
python3 debug.py uname

example:我要爬的是佐佐木希的ins
她的主页为https://www.instagram.com/nozomisasaki_official/ nozomisasaki_official 就是她的uname

cd ins
python3 debug.py nozomisasaki_official