協作閣

開源協作部落格

Memes(I)

Jessica / 2020-03-19 /


Instagram Scraper

instagram-scraper 是用python 寫的command line 程式,可以用來抓取instagram用戶的照片或是影片。直接在terminal上執行下列指令即可下載照片或影片。

安裝 instagram-scraper:

$ pip install instagram-scraper

下面是我有試過的用法,更多用法可以參考它的github

1. 基本用法:

爬某個用戶的所有圖片/影片:

爬某個hashtag下的所有圖片/影片:

$ instagram-scraper <hashtag without #> --tag

2. 特別用法:

限制爬的篇數

--maximum     -m

限制爬的媒體種類(image, video, story)

--media-types -t

3. 下載檔案

爬好的檔案最後會出現在你工作路徑下,便大功告成!

<current working directory>/<username>