{"id":26355056,"url":"https://github.com/patrik-fredon/python_wallpaper_crawler","last_synced_at":"2025-09-14T19:49:40.232Z","repository":{"id":272285389,"uuid":"916078144","full_name":"patrik-fredon/Python_Wallpaper_Crawler","owner":"patrik-fredon","description":"Wallpaper Crawler is an advanced web scraping tool designed to crawl websites and download high-resolution wallpapers.","archived":false,"fork":false,"pushed_at":"2025-01-13T16:11:56.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T12:42:47.646Z","etag":null,"topics":["crawler","crawling-python","image","image-recognition","images","python","scraping-websites","scrapper","selenium-python","uv"],"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/patrik-fredon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-01-13T12:17:41.000Z","updated_at":"2025-01-13T13:01:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"3018321c-6f5a-4e3a-b99e-63ac63ad40c5","html_url":"https://github.com/patrik-fredon/Python_Wallpaper_Crawler","commit_stats":null,"previous_names":["dixider/python_wallpaper_crawler","patrik-fredon/python_wallpaper_crawler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/patrik-fredon/Python_Wallpaper_Crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrik-fredon%2FPython_Wallpaper_Crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrik-fredon%2FPython_Wallpaper_Crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrik-fredon%2FPython_Wallpaper_Crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrik-fredon%2FPython_Wallpaper_Crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrik-fredon","download_url":"https://codeload.github.com/patrik-fredon/Python_Wallpaper_Crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrik-fredon%2FPython_Wallpaper_Crawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275159550,"owners_count":25415761,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["crawler","crawling-python","image","image-recognition","images","python","scraping-websites","scrapper","selenium-python","uv"],"created_at":"2025-03-16T12:42:00.218Z","updated_at":"2025-09-14T19:49:40.193Z","avatar_url":"https://github.com/patrik-fredon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Wallpaper Crawler\n\nWallpaper Crawler is an advanced web scraping tool designed to crawl websites and download high-resolution wallpapers. It supports multiple resolutions including 4K, 2K, and FullHD. The tool is built using Python and Selenium, and it features a user-friendly GUI for easy operation.\n\n---\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n\n  - [Using `uv` Python Manager](#using-uv-python-manager)\n  - [Using Standard Python Environment](#using-standard-python-environment)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [Disclaimer](#disclaimer)\n- [Contributing](#contributing)\n- [License](#license)\n- [Acknowledgements](#acknowledgements)\n\n---\n\n## Features\n\n- **User-Friendly GUI**: Simple and intuitive interface built with Tkinter.\n- **Resolution Selection**: Choose from 4K, 2K, FullHD, or download all available resolutions.\n- **Depth Control**: Set the crawl depth to control how deep the crawler goes into the website.\n- **Timeout Control**: Configure request timeout to handle slow-loading pages.\n- **Pause and Resume**: Ability to pause and resume the crawling process.\n- **Stop Crawling**: Safely stop the crawling process without losing data.\n- **Advanced Logging**: Detailed logging for monitoring the crawling process.\n- **User-Agent Rotation**: Randomly rotate user-agents to avoid detection.\n\n## Installation\n\n### Using `uv` Python Manager\n\n1. **Install `uv`**:\n\n   ```sh\n   pip install uv\n   ```\n2. **Clone the repository**:\n\n   ```sh\n   git clone https://github.com/DiXiDeR/Python_Wallpaper_Crawler.git\n   cd Python_Wallpaper_Crawler\n   ```\n3. **Create and activate a virtual environment using `uv`**:\n\n   ```sh\n   uv create\n   uv activate\n   ```\n4. **Install the required dependencies**:\n\n   ```sh\n   uv pip install -r requirements.txt\n   ```\n5. **Download and install ChromeDriver**:\n\n   - Ensure you have Google Chrome installed.\n   - ChromeDriver will be automatically managed by `webdriver_manager`.\n\n### Using Standard Python Environment\n\n1. **Clone the repository**:\n\n   ```sh\n   git clone https://github.com/DiXiDeR/Python_Wallpaper_Crawler.git\n   cd Python_Wallpaper_Crawler\n   ```\n2. **Create and activate a virtual environment**:\n\n   ```sh\n   python -m venv venv\n   source venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n   ```\n3. **Install the required dependencies**:\n\n   ```sh\n   pip install -r requirements.txt\n   ```\n4. **Download and install ChromeDriver**:\n\n   - Ensure you have Google Chrome installed.\n   - ChromeDriver will be automatically managed by `webdriver_manager`.\n\n## Usage\n\n1. **Run the application**:\n\n   ```sh\n   python wallpaper_crawler.py\n   ```\n2. **Enter the website URL**:\n\n   - Input the URL of the website you want to crawl.\n3. **Select the desired resolution**:\n\n   - Choose from 4K, 2K, FullHD, or ALL.\n4. **Set the crawl depth and timeout**:\n\n   - Adjust the crawl depth (1-5) and request timeout (5-30 seconds).\n5. **Start Crawling**:\n\n   - Click on \"Start Advanced Crawling\" to begin the process.\n   - Use \"Pause Crawling\" to pause and \"Stop Crawling\" to stop the process.\n\n## Configuration\n\n- **User Agents**:\n\n  - User agents are managed in the **proxies.json** file.\n  - Example structure:\n\n  ```json\n  {\n      \"user_agents\": [\n          \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\",\n          \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15\",\n          \"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0\",\n          \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\",\n          \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36\"\n      ]\n  }\n  ```\n\n## Disclaimer\n\nThis project is created for **educational purposes** only. The author does not take **any responsibility** for any misuse of this tool. **Please ensure that you have permission to crawl and download content from the websites you use this tool on!**\n\n## Contributing\n\n[CONTRIBUTING](https://github.com/DiXiDeR/Python_Wallpaper_Crawler?tab=readme-ov-file#contributing)\n\nWe welcome contributions from the community! If you would like to contribute to this project, please follow these steps:\n\n1. Fork the repository on GitHub.\n2. Create a new branch for your feature or bugfix: `bash git checkout -b feature-name `\n3. Make your changes and commit them with descriptive messages: `bash git commit -m \"Add new feature\" `\n4. Push your changes to your forked repository: `bash git push origin feature-name `\n5. Open a pull request on the main repository and provide a detailed description of your changes.\n\nPlease read the [CONTRIBUTING.md](https://github.com/DiXiDeR/Python_Wallpaper_Crawler/blob/master/CONTRIBUTING.md) for more detailed guidelines on how to contribute to this project.\n\n## License\n\n[LICENSE](https://github.com/DiXiDeR/Python_Wallpaper_Crawler?tab=readme-ov-file#license)\n\nThis project is licensed under the MIT License. You are free to use, modify, and distribute this software under the terms of the MIT License. See the [LICENSE](https://github.com/DiXiDeR/fredon_librarer/blob/master/LICENSE) file for more details.\n\n## Contact\n\n[CONTACT](https://github.com/DiXiDeR/Python_Wallpaper_Crawler?tab=readme-ov-file#contact)\n\nIf you have any questions, suggestions, or feedback, please feel free to open an issue on GitHub or contact the maintainer at [onlyfredon@proton.me](mailto:onlyfredon@proton.me). We appreciate your input and look forward to improving Fredon Optimizer with your help.\n\nContributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate tests.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Acknowledgements\n\n- [Selenium](https://www.selenium.dev/)\n- [Tkinter](https://docs.python.org/3/library/tkinter.html)\n- [webdriver_manager](https://github.com/SergeyPirogov/webdriver_manager)\n- [Pillow](https://python-pillow.org/)\n\n---\n\n# **HAPPY CRAWLING!**\n\n\u003e ##### ***Fredon IT Ventures***\n\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrik-fredon%2Fpython_wallpaper_crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrik-fredon%2Fpython_wallpaper_crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrik-fredon%2Fpython_wallpaper_crawler/lists"}