Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rogeriopvl/downstagram
Command line tool to download and backup all your Instagram photos
https://github.com/rogeriopvl/downstagram
adopt-me backup instagram nodejs
Last synced: 4 days ago
JSON representation
Command line tool to download and backup all your Instagram photos
- Host: GitHub
- URL: https://github.com/rogeriopvl/downstagram
- Owner: rogeriopvl
- License: mit
- Created: 2012-11-03T13:47:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T07:16:13.000Z (11 months ago)
- Last Synced: 2024-09-22T05:18:45.373Z (about 1 month ago)
- Topics: adopt-me, backup, instagram, nodejs
- Language: JavaScript
- Size: 139 KB
- Stars: 32
- Watchers: 3
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Downstagram [![Build Status](https://travis-ci.org/rogeriopvl/downstagram.svg?branch=master)](https://travis-ci.org/rogeriopvl/downstagram)
[![Greenkeeper badge](https://badges.greenkeeper.io/rogeriopvl/downstagram.svg)](https://greenkeeper.io/)
## About
Downstagram is a simple command line tool to download and backup all your [Instagram][0] photos and videos.
## Install
npm install -g downstagram
## First run / OAuth Setup
After installation, Downstagram creates a configuration file in your home directory:
~/.downstagramrc
The file has the following fields and structure:
{
"auth": {
"client_id": "xxx",
"client_secret": "xxx",
"access_token": ""
}
}On the first run, Downstagram runs the OAuth setup. The browser will open up with Instagram's authorization page. Just accept the authorization request and copy paste the resulting access token into the terminal window.
After this step, Downstagram is ready to backup your photos. Just run the command with your username and it's done.
### Usage
downstagram [-m| --metadata] [-o| --output]
-o | --output (optional) Save media into a custom path (instead of the current dir)
-m | --metadata (optional) Also download a json file with all photo's metadata
-v | --version show Downstagram's version
-h | --help show help info## Development
This project uses `master` branch for development. So if you want to hack on the code, it's suggested that start from a tag commit.
## License
Copyright (c) 2012 Rogério Vicente
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[0]: http://instagram.com