Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalsanger/cli-flickr-downloadr
Flickr photoset downloader, console app
https://github.com/michalsanger/cli-flickr-downloadr
Last synced: 5 days ago
JSON representation
Flickr photoset downloader, console app
- Host: GitHub
- URL: https://github.com/michalsanger/cli-flickr-downloadr
- Owner: michalsanger
- License: mit
- Created: 2014-10-31T23:27:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T22:05:07.000Z (over 9 years ago)
- Last Synced: 2024-08-02T12:43:07.464Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 633 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - michalsanger/cli-flickr-downloadr - Flickr photoset downloader, console app (others)
README
# Flickr Downloadr
Backup your Flickr with this console app
## Installation
[Get the latest package](https://github.com/michalsanger/cli-flickr-downloadr/releases) and save it into the ```$PATH```. PHP 5.3.0 or later is required.
wget https://github.com/michalsanger/cli-flickr-downloadr/releases/download/v0.7.1/flickr_downloadr.phar -O flickr_downloadr.phar
chmod u+x flickr_downloadr.phar
mv flickr_downloadr.phar /usr/local/bin/flickr_downloadr## Usage
Run just the app ```flickr_downloadr``` to get intro help:![Help screen](https://farm8.staticflickr.com/7540/15684400780_71c8f45300_o.png)
Use ```--help``` to get info about commands:
```flickr_downloadr photoset:list --help```
### Shortcuts
You don't have to write full command, it's enough if the prefix match one command.
```flickr_downloadr photoset:download```, ```flickr_downloadr photoset:d``` or
```flickr_downloadr p:d``` are all the same.### Authorize
At first, you have to allow access to your photos for this app:```flickr_downloadr authorize```
There is a [step by step tutorial with screenshots](https://github.com/michalsanger/cli-flickr-downloadr/wiki/Authorization)
### Photosets list
Get a list of your albums:```flickr_downloadr photoset:list```
![List photosets](https://farm8.staticflickr.com/7548/15685714469_0993a160dd_o.png)
[Read the documentation](https://github.com/michalsanger/cli-flickr-downloadr/wiki/Photosets-list) about photosets list.
### Download a photoset
Use the photoset ID as argument for ```photoset:download``` command:```flickr_downloadr photoset:download 72157647129250803```
![Download photoset](https://farm8.staticflickr.com/7488/16062575481_e4a18537ce_o.png)
[Read the documentation](https://github.com/michalsanger/cli-flickr-downloadr/wiki/Photoset-download) about this command.