ins-grabber
v0.0.5
Published
A CLI tool for downloading media from Instagram accounts.
Readme
Instagram Media Grabber
A CLI tool for downloading media from Instagram accounts.
Installation
npm install -g ins-grabberUsage
Command Line
ins-grab download -c config.jsonDownload from single account
ins-grab download -u usernameDownload with specific media types
ins-grab download -u username -t image,videoDownload with config file
ins-grab download -c ./config.jsonShow help
ins-grab download --helpConfiguration File
{
"accounts": [
{
"username": "example_account",
"lastFetch": null,
"maxItems": 100,
"mediaTypes": ["image", "video"]
}
],
"fetchInterval": "1d"
}Options
-c, --config: Path to config file-u, --username: Single account username-t, --types: Media types to download (image,video)-m, --max-items: Maximum items to download-p, --proxy: Proxy URL (optional)--timeout: Request timeout in milliseconds
