{"id":15471735,"url":"https://github.com/dkhamsing/tumblr_uploadr","last_synced_at":"2025-03-28T12:44:36.758Z","repository":{"id":76013539,"uuid":"51330045","full_name":"dkhamsing/tumblr_uploadr","owner":"dkhamsing","description":":panda_face: Tumblr photo batch uploader","archived":false,"fork":false,"pushed_at":"2016-09-08T16:04:19.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"wip","last_synced_at":"2024-10-19T01:15:57.810Z","etag":null,"topics":["batch","tool","tumblr"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkhamsing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-08T21:54:36.000Z","updated_at":"2024-02-08T07:24:48.000Z","dependencies_parsed_at":"2023-02-28T03:30:31.947Z","dependency_job_id":null,"html_url":"https://github.com/dkhamsing/tumblr_uploadr","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":"0.19999999999999996","last_synced_commit":"785ab4c0ec82563ba958f98e212152dac9176629"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Ftumblr_uploadr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Ftumblr_uploadr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Ftumblr_uploadr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkhamsing%2Ftumblr_uploadr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkhamsing","download_url":"https://codeload.github.com/dkhamsing/tumblr_uploadr/tar.gz/refs/heads/wip","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246034280,"owners_count":20712851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["batch","tool","tumblr"],"created_at":"2024-10-02T02:21:31.329Z","updated_at":"2025-03-28T12:44:36.732Z","avatar_url":"https://github.com/dkhamsing.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tumblr_uploadr\n\nCLI to upload photos in batch to your Tumblr :panda_face:\n\n![](http://i.giphy.com/j9ktGGi1AQXFC.gif)\n\n## Installation\n\n```shell\n$ git clone https://github.com/dkhamsing/tumblr_uploadr.git\n$ cd tumblr_uploadr/\n$ rake install\n```\n\n### Credentials\n\n`tumblr_uploadr` requires credentials stored in a `.tumblr` file. Use the [`tumblr_client`](https://github.com/tumblr/tumblr_client) console tool to generate it.\n\n```shell\n$ tumblr\nRegister an application at: http://www.tumblr.com/oauth/apps\nOAuth Consumer key: \u003cconsumer key\u003e\nOAuth Consumer secret: \u003cconsumer secret\u003e\n\nhttp://www.tumblr.com/oauth/authorize?oauth_token=\u003ctoken\u003e\nPost-redirect, copy the oauth_verifier\nOAuth Verifier: \u003cverifier\u003e\n\n        .                                 .o8       oooo\n      .o8                                \"888       `888\n    .o888oo oooo  oooo  ooo. .oo.  .oo.   888oooo.   888  oooo d8b\n      888   `888  `888  `888P\"Y88bP\"Y88b  d88' `88b  888  `888\"\"8P\n      888    888   888   888   888   888  888   888  888   888\n      888 .  888   888   888   888   888  888   888  888   888    .o.\n      \"888\"  `V88V\"V8P' o888o o888o o888o `Y8bod8P' o888o d888b   Y8P\n```\n\n## Usage\n\n```\ntumblr_uploadr \u003ctumblr\u003e \u003cfolder\u003e [caption]\n```\n\n`tumblr_uploadr` posts photos as drafts to your Tumblr from the command line, `caption` is optional.\n\n### Examples\n\n```shell\n$ tumblr_uploadr dkhamsing-travel tokyo16/ 'Tokyo 2016'\n```\n\n```shell\n# no caption\n$ tumblr_uploadr dkhamsing photos/\n\nuploadr 0.1.0\nwriting log to tumblr_log\nuploading photos/ to dkhamsing.tumblr.com ...\nfound 49 jpgs\n1/49 uploading photos/IMG_5619.JPG ...\n# ...\n```\n\n## Credits\n\n- [`tumblr_client`](https://github.com/tumblr/tumblr_client)\n- [giphy](http://gph.is/19776Kk)\n\n## Alternatives\n\n- [miohtama/tumblr-upload](https://github.com/miohtama/tumblr-upload/) `python`\n- [bfred-it/tumblr-upload](https://github.com/bfred-it/tumblr-upload) `node` `js`\n\n## Contact\n\n- [github.com/dkhamsing](https://github.com/dkhamsing)\n- [twitter.com/dkhamsing](https://twitter.com/dkhamsing)\n\n## License\n\nThis project is available under the MIT license. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkhamsing%2Ftumblr_uploadr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkhamsing%2Ftumblr_uploadr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkhamsing%2Ftumblr_uploadr/lists"}