{"id":24434046,"url":"https://github.com/itspriddle/shotty","last_synced_at":"2026-02-27T13:59:09.773Z","repository":{"id":17664120,"uuid":"82258106","full_name":"itspriddle/shotty","owner":"itspriddle","description":"Fast CLI tool to upload screenshots and files to cloud storage","archived":false,"fork":false,"pushed_at":"2026-02-16T05:44:18.000Z","size":198,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-16T13:21:35.880Z","etag":null,"topics":["dropbox","droplr","rust","screenshots"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"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/itspriddle.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}},"created_at":"2017-02-17T04:45:21.000Z","updated_at":"2026-02-16T05:44:26.000Z","dependencies_parsed_at":"2023-01-11T19:39:55.523Z","dependency_job_id":null,"html_url":"https://github.com/itspriddle/shotty","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/itspriddle/shotty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fshotty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fshotty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fshotty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fshotty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itspriddle","download_url":"https://codeload.github.com/itspriddle/shotty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fshotty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29898734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T12:09:13.686Z","status":"ssl_error","status_checked_at":"2026-02-27T12:09:13.282Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dropbox","droplr","rust","screenshots"],"created_at":"2025-01-20T16:53:13.460Z","updated_at":"2026-02-27T13:59:09.768Z","avatar_url":"https://github.com/itspriddle.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shotty\n\nA CLI tool to upload screenshots (and other files) to cloud storage and get direct URLs. Supports Dropbox and Droplr as backends.\n\n## Install\n\n```sh\ncargo install --path .\n```\n\n## Setup\n\n### Dropbox\n\n#### 1. Create a Dropbox App\n\n1. Go to \u003chttps://www.dropbox.com/developers/apps\u003e\n2. Click **Create app**\n3. Choose **Scoped access** and **Full Dropbox**\n4. Under **Permissions**, enable `files.content.write` and `sharing.write`\n5. Copy the **App key** from the Settings tab\n\n#### 2. Configure Shotty\n\n```sh\nshotty config set backend dropbox\nshotty config set dropbox.app_key YOUR_APP_KEY\n```\n\n#### 3. Authenticate\n\n```sh\nshotty auth\n```\n\nThis opens a browser for Dropbox OAuth authorization using PKCE.\n\n### Droplr\n\n#### 1. Configure Shotty\n\n```sh\nshotty config set backend droplr\n```\n\n#### 2. Authenticate\n\n```sh\nshotty auth\n```\n\nThis prompts for your Droplr email and password. Credentials are stored securely in the system keyring.\n\n## Usage\n\nUpload a file:\n\n```sh\nshotty upload screenshot.png\n```\n\nUpload from stdin:\n\n```sh\ncat image.png | shotty upload --name image.png\n```\n\nUpload and copy URL to clipboard:\n\n```sh\nshotty upload screenshot.png --copy\n```\n\n## Configuration\n\nShow current config:\n\n```sh\nshotty config show\n```\n\nPrint config file path:\n\n```sh\nshotty config path\n```\n\nThe config file location is platform-specific. Use `shotty config path` to check.\n\n## Development\n\n```sh\ncargo build\ncargo test\ncargo fmt\ncargo clippy --all-targets -- -D warnings\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitspriddle%2Fshotty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitspriddle%2Fshotty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitspriddle%2Fshotty/lists"}