This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# mover.rb | |
# general purpose utility for finding, getting and uploading files using the mover.io API. | |
# YAML config file is required in ~/.mover, contains API IDs and keys provided by mover.io. Example db.yaml: | |
# --- | |
# connector: mover_connector_ID | |
# app_id: mover_user_app_ID | |
# app_secret: mover_user_secret_key |