{"id":20578367,"url":"https://github.com/r0hna/Download-stock-photos-GUI","last_synced_at":"2025-05-09T21:34:16.910Z","repository":{"id":169950363,"uuid":"207571501","full_name":"r0hna/Download-stock-photos-GUI","owner":"r0hna","description":"A simple app to download images from unsplash","archived":false,"fork":false,"pushed_at":"2023-06-18T03:54:20.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T11:43:25.213Z","etag":null,"topics":["api","download-photos","gui","image","imagedownloader","imagedownloading","python","thread","threading","threads","unsplash","unsplash-api"],"latest_commit_sha":null,"homepage":"","language":"Python","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/r0hna.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-09-10T13:46:08.000Z","updated_at":"2023-11-06T11:54:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"e464f2f6-9f91-47f1-9272-419dc09d443f","html_url":"https://github.com/r0hna/Download-stock-photos-GUI","commit_stats":null,"previous_names":["rohit-dalal/unsplash-hd-image-downloading-gui-application","rohit-dalal/idownloader-app","rohitdalal0/download-stock-photos-gui","r0hna/download-stock-photos-gui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0hna%2FDownload-stock-photos-GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0hna%2FDownload-stock-photos-GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0hna%2FDownload-stock-photos-GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r0hna%2FDownload-stock-photos-GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r0hna","download_url":"https://codeload.github.com/r0hna/Download-stock-photos-GUI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253328776,"owners_count":21891526,"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":["api","download-photos","gui","image","imagedownloader","imagedownloading","python","thread","threading","threads","unsplash","unsplash-api"],"created_at":"2024-11-16T06:12:45.269Z","updated_at":"2025-05-09T21:34:16.619Z","avatar_url":"https://github.com/r0hna.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unsplash-HD-image-downloading-GUI-application\n# Hey guys,\n# why you should use this cause:\n  * This will save you time.\n  * It will find you photos what type of you need in a short time.\n  * It is free of cost.\n  * It's easy to use.\n  * Life time runing.\n# Set up API in application\n  * Just go [this](https://unsplash.com/developers) website, resister as a developer.\n  * Get API from there\n  * Read [documentation](https://unsplash.com/documentation) if you like otherwise you can skip.\n  * Paste API at the place `{your API key}`\n# Quick set up guide:\n  1. Location\n      * The API is available at `https://api.unsplash.com/`. Responses are sent as `JSON.`\n  2. Public Actions\n      * Many actions can be performed without requiring authentication from a specific user. For example, `downloading a photo does not require a user to log in.`\n\n      * To authenticate requests in this way, pass your application’s access key via the `HTTP Authorization header:`\n\n  3. Authorization: `Client-ID YOUR_ACCESS_KEY`\n      * You can also pass this value using a `client_id query` parameter:\n         `https://api.unsplash.com/photos/?client_id=YOUR_ACCESS_KEY`\n      If only your access key is sent, attempting to perform non-public actions that require user authorization will result in a `401` Unauthorized response.\n   4. Link\n      URL’s for the first, last, next, and previous pages are supplied, if applicable. They are comma-separated and differentiated with a rel attribute.\n\n      1. For example, after requesting page 3 of the photo list:\n          **`Link: \u003chttps://api.unsplash.com/photos?page=1\u003e; rel=\"first\",`\n         *`\u003chttps://api.unsplash.com/photos?page=2\u003e; rel=\"prev\",`\n         *`\u003chttps://api.unsplash.com/photos?page=346\u003e; rel=\"last\",`\n         *`\u003chttps://api.unsplash.com/photos?page=4\u003e; rel=\"next\"`\n # Full Url set up\n    api = f'https://api.unsplash.com/photos/search?query={image_name}\u0026resolution={size}\u0026orientation={orientation}\u0026client_id={Your API Key} ={pages}\u0026w=1500\u0026dpi=2\n    \n    # pixel size : 1500, 1080, 400, 200\n\n   5. Supported parameters\n      * We officially support the parameters:\n       * `w, h:` for adjusting the width and height of a photo.\n       * `crop:` for applying cropping to the photo.\n       * `fm:` for converting image format.\n       * `auto=format:` for automatically choosing the optimal image format depending on user browser.\n       * `q:` for changing the compression quality when using lossy file formats.\n       * `fit:` for changing the fit of the image within the specified dimensions.\n       * `dpi:` for adjusting the device pixel ratio of the image.\n  \n# Search by key words [Doc](https://unsplash.com/documentation#search-photos)\n  1. Parameters\n       * `query`\tSearch terms.\n       * `page`\tPage number to retrieve. `(Optional; default: 1)`\n       * `per_page`\tNumber of items per page. `(Optional; default: 10)`\n       * `collections`\tCollection ID(‘s) to narrow search. If multiple, comma-separated.\n       * `orientation`\tFilter search results by photo orientation. Valid values are landscape, portrait, and squarish.\n  2. Response\n       * The photo objects returned here are abbreviated. For full details use `GET /photos/:id`\n       `200 OK\n        Link: \u003chttps://api.unsplash.com/search/photos?page=1\u0026query=office\u003e; rel=\"first\", \u003chttps://api.unsplash.com/search/photos?          page=1\u0026query=office\u003e; rel=\"prev\", \u003chttps://api.unsplash.com/search/photos?page=3\u0026query=office\u003e; rel=\"last\",https://api.unsplash.com/search/photos?page=3\u0026query=office\u003e; rel=\"next\" X-Ratelimit-Limit: 1000\nX-Ratelimit-Remaining: 999`\n\n# Random photos\n  1. Get a random photo\n      1. Retrieve a single random photo, given optional filters.\n\n  2. GET /photos/random\n      1. Note: See the note on hotlinking.\n\n  3. Parameters\n      1. All parameters are optional, and can be combined to narrow the pool of photos from which a random one will be chosen.\n\n  4. param\tDescription\n      1. `collections`\tPublic collection `ID(‘s)` to filter selection. If multiple, comma-separated\n      2. `featured`\tLimit selection to featured photos.\n      3. `username`\tLimit selection to a single user.\n      4. `query`\tLimit selection to photos matching a search term.\n      5. `orientation`\tFilter search results by photo orientation. Valid values are `landscape`, `portrait`, and `squarish.`\n      6. `count`\tThe number of photos to return. `(Default: 1; max: 30)`\n# Uses of my application\n  * use commercial.\n  * use Non-commercial it up to you.\n  * you can user profesionaly and perosonal use.\n# Keep sporting and loving all of you guys.\n# Have a nice day.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0hna%2FDownload-stock-photos-GUI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr0hna%2FDownload-stock-photos-GUI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0hna%2FDownload-stock-photos-GUI/lists"}