Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaszkorecki/mover-and-shaker
Moves photos
https://github.com/lukaszkorecki/mover-and-shaker
Last synced: 21 days ago
JSON representation
Moves photos
- Host: GitHub
- URL: https://github.com/lukaszkorecki/mover-and-shaker
- Owner: lukaszkorecki
- License: agpl-3.0
- Created: 2016-05-22T09:47:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T11:30:10.000Z (over 8 years ago)
- Last Synced: 2024-10-24T02:55:49.727Z (2 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Mover and shaker
- backup your whole Flickr account (not only photos but the metadata too)
- populate your 500px account with data## In short
:point_down: Flickr :arrow_forward: :point_up: 500px
# How to
```
mover auth# authorize flickr
#...# authorize 500px
# ...```
Dump flickr data
```
mover dump-flickr
```Upload data dump to 500px
```
mover upload-500px
```# :warning: Warranty and such
I tested this with my own account only (~500 photos and ~10 flickr sets)
I'm not responsible for any data loss etc. This software comes as-is.# License
GNU AFFERO GENERAL PUBLIC LICENSE
See [LICENSE](/LICENSE.md) for more details.