Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhiyerra/flickrup

Commandline flickr uploader
https://github.com/abhiyerra/flickrup

Last synced: about 11 hours ago
JSON representation

Commandline flickr uploader

Awesome Lists containing this project

README

        

# flickrup.rb
A utility to upload and download photos from Flickr.

## Config
Create a config file flickrup.yml and add your Flickr API Key and secret key
For example:

```
api_key: API_KEY
secret: SECRET_KEY
```

## Upload
To run the script do something like the following:

```
flickrup.rb --upload dir_to_upload/or/path_to_file
```

Note that currently flickrup is uploads recursively.

## Sets

### List the current sets

```
flickrup.rb --sets
```

### Download pictures in set

```
flickrup.rb --set {set_id}
```

## Requires

- curl
- wget