{"id":20629784,"url":"https://github.com/pb2204/cpp-google-image-fetcher","last_synced_at":"2026-03-16T04:32:14.532Z","repository":{"id":196202566,"uuid":"695264405","full_name":"PB2204/CPP-Google-Image-Fetcher","owner":"PB2204","description":"My Image Fetcher Library is a C++ library that allows you to search for images on Google and download them to your local system. It provides a simple API for querying Google's Custom Search API and saving image results.","archived":false,"fork":false,"pushed_at":"2023-09-22T19:32:08.000Z","size":86,"stargazers_count":26,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T01:14:13.170Z","etag":null,"topics":["collaborate","cpp","cpp11","ghdesktop","github","github-campus-experts","github-codespaces","github-pages","gitkraken","gitlens","hacktoberfest","jetbrains","learn","microsoft","microsoftvisualstudio","replit","student-vscode"],"latest_commit_sha":null,"homepage":"https://cpp-google-image-fetcher.sourceforge.io/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PB2204.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-22T18:07:31.000Z","updated_at":"2024-06-14T08:53:16.000Z","dependencies_parsed_at":"2023-09-23T04:56:17.192Z","dependency_job_id":null,"html_url":"https://github.com/PB2204/CPP-Google-Image-Fetcher","commit_stats":null,"previous_names":["pb2204/cpp-google-image-fetcher"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PB2204%2FCPP-Google-Image-Fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PB2204%2FCPP-Google-Image-Fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PB2204%2FCPP-Google-Image-Fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PB2204%2FCPP-Google-Image-Fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PB2204","download_url":"https://codeload.github.com/PB2204/CPP-Google-Image-Fetcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234325235,"owners_count":18814395,"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":["collaborate","cpp","cpp11","ghdesktop","github","github-campus-experts","github-codespaces","github-pages","gitkraken","gitlens","hacktoberfest","jetbrains","learn","microsoft","microsoftvisualstudio","replit","student-vscode"],"created_at":"2024-11-16T14:06:02.614Z","updated_at":"2025-09-26T17:31:00.201Z","avatar_url":"https://github.com/PB2204.png","language":"C++","readme":"# My Image Fetcher Library :: CPP Google Image Fetcher\n\nMy Image Fetcher Library is a C++ library that allows you to search for images on Google and download them to your local system. It provides a simple API for querying Google's Custom Search API and saving image results.\n\n## Features\n\n- Search for images on Google using keywords.\n- Download and save images to a specified folder.\n- Easily integrate image searching and downloading into your C++ applications.\n\n## Prerequisites\n\nBefore using the library, you'll need the following:\n\n- CMake (for building the project)\n- C++ Compiler (e.g., GCC)\n- cURL library (for making HTTP requests)\n\n## Getting Started\n\n### Installation\n\n1. Clone this repository to your local machine:\n\n   ```shell\n   git clone https://github.com/pb2204/cpp-google-image-fetcher.git\n   cd my-image-fetcher-library\n   ```\n\n2. Build the library using CMake:\n\n   ```shell\n   mkdir build\n   cd build\n   cmake ..\n   make\n   ```\n\n### Usage\n\n1. Include the library in your C++ project:\n\n   ```cpp\n   #include \"google_image_fetcher.h\"\n   ```\n\n2. Create an instance of the `GoogleImageFetcher` class:\n\n   ```cpp\n   GoogleImageFetcher imageFetcher;\n   ```\n\n3. Use the `fetchImages` method to search and download images:\n\n   ```cpp\n   imageFetcher.fetchImages(\"cat\", \"downloaded_images\");\n   ```\n\n   This example searches for images of cats and saves them to the \"downloaded_images\" folder.\n\n## Example\n\nYou can find a complete example of using the library in the [examples](/examples) directory.\n\n## Contributing\n\nContributions are welcome! If you'd like to contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix: `git checkout -b feature/your-feature-name`\n3. Make your changes and commit them: `git commit -m \"Add your changes\"`\n4. Push to your branch: `git push origin feature/your-feature-name`\n5. Open a pull request on this repository.\n\nPlease review the [Contributing Guidelines](https://github.com/PB2204/CPP-Google-Image-Fetcher/blob/main/CONTRIBUTING.md) for more details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/PB2204/CPP-Google-Image-Fetcher/blob/main/LICENSE) file for details.\n\n## Acknowledgments\n\n- Thanks to the creators of cURL for the powerful HTTP request library.\n- Inspiration from other image-fetching libraries and APIs.\n\n## Contact\n\nIf you have any questions, suggestions, or feedback, feel free to reach out to [Pabitra Banerjee](mailto:rockstarpabitra2204@gmail.com).\n\nHappy coding!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpb2204%2Fcpp-google-image-fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpb2204%2Fcpp-google-image-fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpb2204%2Fcpp-google-image-fetcher/lists"}