{"id":22887630,"url":"https://github.com/dedinc/yamager","last_synced_at":"2025-03-31T19:14:13.328Z","repository":{"id":57515779,"uuid":"527186636","full_name":"DedInc/yamager","owner":"DedInc","description":"Yamager - Simple module for parsing images from Yandex and Google.","archived":false,"fork":false,"pushed_at":"2023-03-28T06:51:25.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T15:18:13.257Z","etag":null,"topics":["downloader","google-image-search","google-images","image-parser","image-python","parse","parser","parsing","python-parser","python3","yandex-parsing"],"latest_commit_sha":null,"homepage":"","language":"Python","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/DedInc.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":"2022-08-21T11:29:47.000Z","updated_at":"2023-03-28T12:33:49.000Z","dependencies_parsed_at":"2024-12-13T20:37:30.816Z","dependency_job_id":"5850af9b-2fd1-4668-9988-6636380b0fd5","html_url":"https://github.com/DedInc/yamager","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"e239b8d9356c38fc45917f35a50e94d9885493d4"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fyamager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fyamager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fyamager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fyamager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DedInc","download_url":"https://codeload.github.com/DedInc/yamager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246523867,"owners_count":20791444,"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":["downloader","google-image-search","google-images","image-parser","image-python","parse","parser","parsing","python-parser","python3","yandex-parsing"],"created_at":"2024-12-13T20:37:22.402Z","updated_at":"2025-03-31T19:14:13.295Z","avatar_url":"https://github.com/DedInc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eYamager - Simple module for parsing images from Yandex and Google.\u003c/h1\u003e\n\n\u003cbr\u003e\n\n\u003ch1 align=\"center\"\u003e -How to use?- \u003c/h1\u003e\n\n```python\nfrom yamager import Yamager\nimport random\n\nyamager = Yamager()\n\n############Yandex Images############\nimages = yamager.search_yandex_images('anime') #get image previews\npreviews = random.choice(images) #get previews of random image\nprint(yamager.get_best_image(previews)) #get best image of previews with high resolution\n#####################################\n\n############Yandex Images with ZenRows bypasser############\nimages = yamager.search_yandex_images('anime', zenrows='API_KEY')\npreviews = random.choice(images)\nprint(yamager.get_best_image(previews))\n#####################################\n\n############Yandex Images pages############\nimages = yamager.search_yandex_images('anime', page=30)\npreviews = random.choice(images)\nprint(yamager.get_best_image(previews))\n#####################################\n\n############Google Images############\nimages = yamager.search_google_images('anime')\nprint(random.choice(images)) #get random image from search\n#####################################\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedinc%2Fyamager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedinc%2Fyamager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedinc%2Fyamager/lists"}