Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhiyerra/flickrup
Commandline flickr uploader
https://github.com/abhiyerra/flickrup
Last synced: 15 days ago
JSON representation
Commandline flickr uploader
- Host: GitHub
- URL: https://github.com/abhiyerra/flickrup
- Owner: abhiyerra
- Created: 2009-07-27T07:21:00.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-01T22:02:21.000Z (over 13 years ago)
- Last Synced: 2024-12-27T07:09:39.794Z (30 days ago)
- Language: Ruby
- Homepage: http://codeshop.posterous.com/flickr-uploader
- Size: 102 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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