{"id":19684949,"url":"https://github.com/boolfalse/bash-download-folders","last_synced_at":"2026-06-08T22:31:03.128Z","repository":{"id":185559605,"uuid":"612170019","full_name":"boolfalse/bash-download-folders","owner":"boolfalse","description":"Download folders (containing images) from a remote URL and convert them into PDFs.","archived":false,"fork":false,"pushed_at":"2023-03-12T02:31:56.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-27T08:08:50.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boolfalse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-10T10:54:19.000Z","updated_at":"2023-08-02T08:53:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"652b1a3e-1ba5-48be-97dc-ffe8dfb8a1d7","html_url":"https://github.com/boolfalse/bash-download-folders","commit_stats":null,"previous_names":["boolfalse/bash-download-folders"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boolfalse/bash-download-folders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fbash-download-folders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fbash-download-folders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fbash-download-folders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fbash-download-folders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boolfalse","download_url":"https://codeload.github.com/boolfalse/bash-download-folders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boolfalse%2Fbash-download-folders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34083848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":[],"created_at":"2024-11-11T18:19:31.114Z","updated_at":"2026-06-08T22:31:03.098Z","avatar_url":"https://github.com/boolfalse.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Download folders (containing images) from a remote URL and convert them to PDFs.\n\n\n\n#### Prerequisites:\n\n- [OPTIONAL] Python 3.6+\n\n\n\n#### Usage:\n\n- Clone the repository:\n```bash\ngit clone git@github.com:boolfalse/bash-download-folders.git \u0026\u0026 cd bash-download-folders\n```\n\n- Change shell scripts permissions:\n```bash\nchmod +x download.sh check-is-full.sh convert.sh\n```\n\n- Optional: Create a text file with the specific list of folders you want to download from the remote URL.\n```bash\n# Each folder should be on a new line. Example:\necho \"A. Spendiarov-1950/\" \u003e folders.txt\necho \"A. Spendiarov-1951/\" \u003e\u003e folders.txt\necho \"Abgar_1897/\" \u003e\u003e folders.txt\n```\n\n- Download folders:\n```bash\n./download.sh \u003croot_url\u003e \u003coutput_directory\u003e \u003ctext_file_with_list_of_folders\u003e\n# Example:\n# ./download.sh http://serials.flib.sci.am/openreader/ /home/user/Downloads/folders/ folders.txt\n```\n\n- Params:\n\u003e *root_url* is a valid URL to the folders.\n\u003e *output_directory* is the directory where the folders will be downloaded to.\n\u003e *text_file_with_list_of_folders* is optional, if not provided, the script will download all folders.\n\n- Check if all the folders (images) are downloaded completely:\n```bash\n./check-is-full.sh \u003croot_url\u003e \u003coutput_directory\u003e\n# Example:\n# ./check-is-full.sh http://serials.flib.sci.am/openreader/ /home/user/Downloads/folders/\n```\n\n- Params:\n\u003e *root_url* is a valid URL to the folders.\n\u003e *output_directory* is the directory where the folders are downloaded to.\n\n- Convert all the folders' files (images) to PDF:\n```bash\n./convert.sh \u003cinput_directory_path\u003e \u003coutput_directory_path\u003e\n# Example:\n# ./convert.sh /home/user/Downloads/folders/ /home/user/Downloads/pdfs/\n```\n\n- Params:\n\u003e *input_directory_path* is the directory where the folders are downloaded to.\n\u003e *output_directory_path* is the directory where the PDFs should be saved.\n\n\n\n#### Author:\n\n- [BoolFalse](https://boolfalse.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfalse%2Fbash-download-folders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboolfalse%2Fbash-download-folders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboolfalse%2Fbash-download-folders/lists"}