{"id":20527976,"url":"https://github.com/devmnj/unsplashbot","last_synced_at":"2025-03-06T01:51:24.740Z","repository":{"id":62586550,"uuid":"287933428","full_name":"devmnj/unsplashbot","owner":"devmnj","description":"This is a python package with selenium scripts to automate downloading of  free stock images/videos from Unsplash.com, for fun, design and productivity. ","archived":false,"fork":false,"pushed_at":"2021-01-20T15:26:00.000Z","size":2923,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T13:07:54.707Z","etag":null,"topics":["bots","downloader","selenium-python"],"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/devmnj.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-08-16T11:49:25.000Z","updated_at":"2021-01-20T15:26:02.000Z","dependencies_parsed_at":"2022-11-03T22:15:46.480Z","dependency_job_id":null,"html_url":"https://github.com/devmnj/unsplashbot","commit_stats":null,"previous_names":["manojap/unsplashbot"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmnj%2Funsplashbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmnj%2Funsplashbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmnj%2Funsplashbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmnj%2Funsplashbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmnj","download_url":"https://codeload.github.com/devmnj/unsplashbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242133482,"owners_count":20077097,"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":["bots","downloader","selenium-python"],"created_at":"2024-11-15T23:22:21.968Z","updated_at":"2025-03-06T01:51:24.716Z","avatar_url":"https://github.com/devmnj.png","language":"Python","readme":"# unsplashbot\n![Python package](https://github.com/manojap/wallspyder/workflows/Python%20package/badge.svg)\n\nThis is a automation scripts whihc using selenium package and Webdriver. You can search \nand download stock free image/resources from unsplash.com, in a single line of `brilliant python code`\n\n## Requirements\n- Python 3.7 or later\n- Windows/Linux/Mac\n- Python Modules\n    - Selenium\n    - webdriver-manager\n    \n\n## On Windows\nIn Windows you can just install the pacakge from github git with `pip` command as follows\n\n```python\n# Install the package\npip install unsplashbot\nor\npip install git+https://github.com/manojap/unsplashbot.git\n\nfrom unsplashbot import unsplash\nunsplash.search().filter_by_tag('flower')\nunsplash.search().find('flowers')\n```\n\n## On Linux or Mac\n\nOn linux and Mac you need to clone the repo and install requirements\n\n```python\n# clone the repo\n\ngit clone https://github.com/manojap/unsplashbot.git\n\npip install -r requirements.txt\n\nfrom unsplashbot import unsplash\nunsplash.search().filter_by_tag('fruit')\nunsplash.search().find('flowers')\n```\n\n# Default Save location  - Firefox\n\nMake sure your save location is set to `default [Firefox]` or do it for the `first time`, after the \nautomation process begins and pop up window for file action. I recommend use Chrome \n\n# Delaying download\n\n`Use delay` for adjust elapse time for loading downloading button in slower internet connection.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmnj%2Funsplashbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmnj%2Funsplashbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmnj%2Funsplashbot/lists"}