{"id":18320260,"url":"https://github.com/gedex/imgdownloader","last_synced_at":"2025-04-05T22:31:49.084Z","repository":{"id":136685266,"uuid":"12033101","full_name":"gedex/imgdownloader","owner":"gedex","description":"Command line app to download images.","archived":false,"fork":false,"pushed_at":"2014-11-28T16:42:38.000Z","size":218,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-21T13:12:44.158Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gedex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-11T08:08:28.000Z","updated_at":"2024-12-01T18:25:00.000Z","dependencies_parsed_at":"2023-03-24T01:37:26.317Z","dependency_job_id":null,"html_url":"https://github.com/gedex/imgdownloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fimgdownloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fimgdownloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fimgdownloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gedex%2Fimgdownloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gedex","download_url":"https://codeload.github.com/gedex/imgdownloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411237,"owners_count":20934650,"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":[],"created_at":"2024-11-05T18:15:43.368Z","updated_at":"2025-04-05T22:31:48.778Z","avatar_url":"https://github.com/gedex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"imgdownloader\n=============\n\nNeed hundred of images for your project?\n\n## Install\n\n~~~text\n$ go get github.com/gedex/imgdownloader\n~~~\n\n## Usage\n\n* Download 1000 images, tagged with `cat`, from Flickr:\n\n  ~~~text\n  $ imgdownloader -tag=\"cat\" -n=1000 -from=\"flickr\" -out=\"./cats\"\n  ~~~\n\n* From Instagram:\n\n  ~~~text\n  $ imgdownloader -tag=\"cat\" -n=1000 -from=\"instagram\" -out=\"./cats\"\n  ~~~\n\n* From Google Picasa Web:\n\n  ~~~text\n  $ imgdownloader -tag=\"cat\" -n=1000 -from=\"picasa\" -out=\"./cats\"\n  ~~~\n\nThere's a [showterm of the usage](http://showterm.io/e7a51dad5d048e93d64b6#fast) if\nwant to see imgdownloader in action.\n\nCurrently, there are three providers: `flickr`, `instagram`, and `picasa`. You specify\nprovider via `-from` parameter. Since getting list of images from providers\ninvolves calling provider's REST API, you need to provide client credentials\nfor `imgdownloader` in `imgdownloader.json` either in current directory or\nyour `$HOME` directory with following format:\n\n~~~json\n{\n\t\"flickr\": {\n\t\t\"api_key\": \"YOUR_FLICKR_API_KEY\"\n\t},\n\t\"instagram\": {\n\t\t\"access_token\": \"YOUR_ACCESS_TOKEN\"\n\t},\n\t\"picasa\": {\n\t\t\"\": \"\"\n\t}\n}\n~~~\n\nTo get Instagram's `access_token` you can use [ginsta](https://github.com/gedex/ginsta):\n\n~~~text\n$ go get github.com/gedex/ginsta\n$ ginsta token_get # Open localhost:8080 In your browser\n~~~\n\nCurrently you need to specify `picasa` config as a placeholder so that the config reader\ndoesn't returns an error.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fimgdownloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgedex%2Fimgdownloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgedex%2Fimgdownloader/lists"}