fetch-instagram-photos
v0.1.2
Published
Download Instagram photos without API limitations
Downloads
3
Readme
Download Instagram Photos
Download Instagram photos without API limitations.
Please Don't Abuse This Software
ONLY FOR PERSONAL USAGE!
You can download photos and view them in your PC, without having an Instagram account and being tracked by any individuals or organizations. For example, you want to view photos of cute girls but don't want your girlfriend/wife to find it in your Instagram timeline.
However, you should respect the copyright of content creators on Instagram.
DO NOT:
- Share or repost these photos on any online platforms.
- Use these photos in any your projects without asking permissions from authors.
- Share this tool without telling users the warnings above.
How to use
Download and install Node.js.
Run
sudo npm install -g fetch-instagram-photos
.To download photos of someone, run:
mkdir someone cd someone dl-ig https://www.instagram.com/someone/ # or dl-ig @someone
To download photos of a post https://www.instagram.com/p/BpWD99DF9rw/, run:
mkdir post cd post dl-ig https://www.instagram.com/p/BpWD99DF9rw/ # or dl-ig BpWD99DF9rw
Difference with other tools
- Don't use Instagram Graph API. So here is no API limitations. Other tools using Instagram Graph API have limitation of requests per hour and might be blocked if some users abuse the tool.
- Don't simply parse HTML. Other tools fetch and parse HTML. They can only get a single post and the first screen of user page. This tool simulate a full browser environment and navigate through out the whole user page and download all photos of public account.
- Can synchronize account photos to local environment. Each photo has an ID and timestamp of last synchronization will be saved.
- Won't be recognized as abuse and blocked. It is just a normal web browser for Instagram server.