All Projects → rogeriopvl → downstagram

rogeriopvl / downstagram

Licence: MIT license
Command line tool to download and backup all your Instagram photos

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to downstagram

instagram json viewer
Transforms Instagram's *.json / backup data - that you get via the Data Download Tool - to a readable format!
Stars: ✭ 41 (+28.13%)
Mutual labels:  instagram, backup
Timeliner
In general, Timeliner obtains items from data sources and stores them in a timeline.
Stars: ✭ 2,911 (+8996.88%)
Mutual labels:  instagram, backup
react-native-image-tagging-same-like-instagram
This is demo code of how to tag people in image.
Stars: ✭ 31 (-3.12%)
Mutual labels:  instagram
google-backup
Drive/Gmail/Calendar backups
Stars: ✭ 31 (-3.12%)
Mutual labels:  backup
awesome-storage
A curated list of storage open source tools. Backups, redundancy, sharing, distribution, encryption, etc.
Stars: ✭ 324 (+912.5%)
Mutual labels:  backup
ig-automatic-story-viewer
Python Program To Send Instagram Story Views
Stars: ✭ 17 (-46.87%)
Mutual labels:  instagram
backup-suite
Backup database, static files and config to AWS S3 with Cronjob
Stars: ✭ 32 (+0%)
Mutual labels:  backup
InstaPy
📷 Instagram Bot - Tool for automated Instagram interactions
Stars: ✭ 14,719 (+45896.88%)
Mutual labels:  instagram
instagram-get-images
Instagram get images 🌄 (hashtags, account, locations) with puppeteer
Stars: ✭ 69 (+115.63%)
Mutual labels:  instagram
instagram-hashtag-scraper
NodeJS application for scraping recent top posts from Instagram by hashtag without API access.
Stars: ✭ 17 (-46.87%)
Mutual labels:  instagram
Brutegram
Instagram multi-bruteforce Platfrom
Stars: ✭ 183 (+471.88%)
Mutual labels:  instagram
backup-docker
A simple command line tool to backup and restore docker containers along with their volumes
Stars: ✭ 58 (+81.25%)
Mutual labels:  backup
stenc
SCSI Tape Encryption Manager - stenc (formerly on https://sourceforge.net/projects/stenc/)
Stars: ✭ 41 (+28.13%)
Mutual labels:  backup
instagram-profilecrawl
📝 quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.
Stars: ✭ 964 (+2912.5%)
Mutual labels:  instagram
PHP-Backuper
A framework which will help you to make (incremental) backups of your site.
Stars: ✭ 16 (-50%)
Mutual labels:  backup
instagram-liked-posts-downloader
Download liked (or all) posts from an Instagram profile.
Stars: ✭ 19 (-40.62%)
Mutual labels:  instagram
docker-mongodb-backup
Docker MongoDB Backup Container based on Alpine w/S6 init, Zabbix Monitoring
Stars: ✭ 27 (-15.62%)
Mutual labels:  backup
mmd-gitlab-backuper
a package to backup from all projects that you have on gitlab
Stars: ✭ 27 (-15.62%)
Mutual labels:  backup
pockexport
Export/access your Pocket data, including highlights!
Stars: ✭ 124 (+287.5%)
Mutual labels:  backup
SocialApp-React-Native
Social Networking mobile app similar to Instagram in React Native.
Stars: ✭ 79 (+146.88%)
Mutual labels:  instagram

Downstagram Build Status

Greenkeeper badge

About

Downstagram is a simple command line tool to download and backup all your Instagram 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": "<will be set after oauth setup>"
    }
}

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] <username>

    -o | --output <absolute-path>  (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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].