{"id":19194818,"url":"https://github.com/michabirklbauer/vsco_downloader","last_synced_at":"2025-05-08T22:44:45.705Z","repository":{"id":53122115,"uuid":"354928848","full_name":"michabirklbauer/vsco_downloader","owner":"michabirklbauer","description":"A python script to download images and videos in full resolution from VSCO.","archived":false,"fork":false,"pushed_at":"2025-02-21T13:24:37.000Z","size":28,"stargazers_count":13,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T22:44:40.371Z","etag":null,"topics":["downloader","python","vsco"],"latest_commit_sha":null,"homepage":"https://michabirklbauer.github.io/vsco_downloader/","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/michabirklbauer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-04-05T18:15:37.000Z","updated_at":"2025-02-22T06:02:59.000Z","dependencies_parsed_at":"2025-02-21T13:25:18.423Z","dependency_job_id":"ed7f4788-2f6b-4b63-8e01-6c7ef11fa059","html_url":"https://github.com/michabirklbauer/vsco_downloader","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michabirklbauer%2Fvsco_downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michabirklbauer%2Fvsco_downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michabirklbauer%2Fvsco_downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michabirklbauer%2Fvsco_downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michabirklbauer","download_url":"https://codeload.github.com/michabirklbauer/vsco_downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253160727,"owners_count":21863624,"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","python","vsco"],"created_at":"2024-11-09T12:03:55.362Z","updated_at":"2025-05-08T22:44:45.685Z","avatar_url":"https://github.com/michabirklbauer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![vsco_downloader.py](https://github.com/michabirklbauer/vsco_downloader/workflows/vsco_downloader.py/badge.svg)\n\n# VSCO Downloader\n\nA python script to download images and videos in full resolution from [VSCO](https://vsco.co/).\n\n## Requirements\n- Python (version 3.7 or higher)\n\n## Features\n- Download a single image or video by running the script and providing the link as input.\n- Download a single image or video by passing the link as a parameter to the script.\n- Download multiple images or videos by passing a filelist to the script (as parameter).\n\n## Usage\n\nExamples:\n\n- ### Download a single image:\n  ```shell\n  python vsco_downloader.py\n  Please enter an URL to an VSCO post e. g. https://vsco.co/emilieristevski/media/561f648001146426743090fa\n  https://vsco.co/emilieristevski/media/561f648001146426743090fa\n  ```\n- ### Download a single image using parameters:\n  ```shell\n  python vsco_downloader.py https://vsco.co/emilieristevski/media/561f648001146426743090fa\n  ```\n- ### Download multiple image using a filelist (e.g. links.txt):\n  ```shell\n  python vsco_downloader.py links.txt\n  ```\n- ### Using the python functions:\n  ```python\n  from vsco_downloader import download\n\n  sample_image = \"https://vsco.co/emilieristevski/media/561f648001146426743090fa\"\n  sample_video = \"https://vsco.co/emmasuz/media/5c61243fbbb29b6617e3d26c\"\n\n  # downloading an image\n  download(sample_image)\n\n  # downloading a video\n  download(sample_video)\n\n  # downloading a video but not the thumbnail\n  download(sample_video, get_video_thumbnails = False)\n  ```\n- ### Using the web interface:\n  A web version is available [here](http://89.58.32.151:8503/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichabirklbauer%2Fvsco_downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichabirklbauer%2Fvsco_downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichabirklbauer%2Fvsco_downloader/lists"}