Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/instagram-popular
Download Instagram popular images and video
https://github.com/cybertk/instagram-popular
Last synced: about 2 months ago
JSON representation
Download Instagram popular images and video
- Host: GitHub
- URL: https://github.com/cybertk/instagram-popular
- Owner: cybertk
- License: mit
- Created: 2014-10-23T13:46:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T15:44:10.000Z (over 9 years ago)
- Last Synced: 2024-11-07T20:47:47.103Z (about 2 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## instagram-popular
Collect Instagram popular images and video
[![Build Status](http://img.shields.io/travis/cybertk/instagram-popular.svg?style=flat)](https://travis-ci.org/cybertk/instagram-popular)
[![Dependency Status](https://david-dm.org/cybertk/instagram-popular.png)](https://david-dm.org/cybertk/instagram-popular)
[![devDependency Status](https://david-dm.org/cybertk/instagram-popular/dev-status.svg)](https://david-dm.org/cybertk/instagram-popular#info=devDependencies)
[![Coverage Status](https://coveralls.io/repos/cybertk/instagram-popular/badge.png?branch=master)](https://coveralls.io/r/cybertk/instagram-popular?branch=master)## Installation
[Node.js][] and [NPM][] is required.
$ npm install instagram-popular
[Node.js]: https://npmjs.org/
[NPM]: https://npmjs.org/## Usage
```
$ instagram-popular 1538218134.1677ed0.714cc8 -d images
```Click [here][] to get Instagram **Access Token** via [pixelunion].
[here]: https://instagram.com/oauth/authorize/?client_id=1677ed07ddd54db0a70f14f9b1435579&redirect_uri=http://instagram.pixelunion.net&response_type=token
[pixelunion]: http://instagram.pixelunion.net/### Options
```
Usage:
instagram-popular [OPTIONS]Example:
instagram-popular 1538218134.1677ed0.714cc89f60494a32a21e2948482d3336Options:
--dest, -d The directory where all download images stored
[default: "instagram-media"]```
## Run Tests
$ npm test
## Contribution
Any contribution is more then welcome!