{"id":20812240,"url":"https://github.com/curegit/line-theme-downloader","last_synced_at":"2025-05-11T20:30:25.033Z","repository":{"id":135783738,"uuid":"236163872","full_name":"curegit/line-theme-downloader","owner":"curegit","description":"Small scripts to download theme files from LINE Store","archived":true,"fork":false,"pushed_at":"2023-04-02T04:25:12.000Z","size":23,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-10T04:37:29.050Z","etag":null,"topics":["bash-script","cli","downloader","line","powershell-script"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/curegit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-01-25T11:55:37.000Z","updated_at":"2025-04-02T13:52:17.000Z","dependencies_parsed_at":"2023-05-18T05:31:02.940Z","dependency_job_id":null,"html_url":"https://github.com/curegit/line-theme-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/curegit%2Fline-theme-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curegit%2Fline-theme-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curegit%2Fline-theme-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curegit%2Fline-theme-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curegit","download_url":"https://codeload.github.com/curegit/line-theme-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253631810,"owners_count":21939358,"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":["bash-script","cli","downloader","line","powershell-script"],"created_at":"2024-11-17T20:51:26.991Z","updated_at":"2025-05-11T20:30:25.020Z","avatar_url":"https://github.com/curegit.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Line Theme Downloader\n\nSmall scripts to download theme files from LINE Store\n\n## Requirements\n\n### Bash version\n\n- Bash \u003e= 3.0\n- cURL\n- `/dev/null` device\n\n### PowerShell version\n\n- PowerShell \u003e= 3.0\n- PowerShell \u003e= 6.0 (required only if executing the script directly in UNIX)\n\n## Usage\n\n```\n./download.(sh|ps1) PACKAGEID [VERSION]\n```\n\nThese scripts download theme files in a zip format using HTTP GET.\nThe zip files are saved in the current directory.\n\nThe `PACKAGEID` parameter is always required and specifies which theme to download.\nThe ID format looks like this: **c6c01199-8d9c-4a7b-860f-8718e40d6bfc**.\nYou can find them in the URL of theme content pages.\n\nThe `VERSION` parameter is optional.\nIt specifies which version(s) to download.\nIt must be -1, 0, or a positive integer.\nSee the following table for synopses of the parameter values.\n\n| VERSION |                behavior                |\n|:-------:|----------------------------------------|\n|   -1    | Download all the versions.             |\n|    0    | Download the latest version. (Default) |\n|    n    | Download the specified version.        |\n\nThe latest version numbers are being displayed inconspicuously in theme content pages.\nVersioning starts with v1.00 and increases by 0.01.\nTo convert them to script parameter format, remove the integer portion and decimal point, and subtract 99.\nNote that the displayed version would be 1 less than the version used in script (v1.00 is mapped to 1).\nFor example, to download v1.41, you must pass 42.\nFor another example, v1.99 is 100, and v2.00 is 101.\n\n## Notes\n\n- The requirement of PowerShell 6.0 or newer to run the script directly in UNIX shells is due to the shebang problem.\n- The theme files are located in public web directories, so anyone can get them easily and legally (for private use only).\n\n## Related\n\n[Line Sticker Downloader](https://github.com/curegit/line-sticker-downloader)\n\n## License\n\n[WTFPL](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuregit%2Fline-theme-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuregit%2Fline-theme-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuregit%2Fline-theme-downloader/lists"}