{"id":13621338,"url":"https://github.com/diosamuel/zippydamn","last_synced_at":"2025-04-15T01:32:10.161Z","repository":{"id":54771363,"uuid":"331883748","full_name":"diosamuel/zippydamn","owner":"diosamuel","description":"Unofficial Zippyshare CLI tools (download and search)","archived":true,"fork":false,"pushed_at":"2023-04-24T14:11:52.000Z","size":490,"stargazers_count":14,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-10T19:16:43.560Z","etag":null,"topics":["anime","cheerio","cli","downloader","hacktoberfest","nodejs","scraper","zippyshare"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/zippydamn","language":"JavaScript","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/diosamuel.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}},"created_at":"2021-01-22T08:28:54.000Z","updated_at":"2023-09-05T09:12:35.000Z","dependencies_parsed_at":"2024-01-06T14:57:03.118Z","dependency_job_id":"edf013e2-f5f9-4b6d-96c5-5df452560ce6","html_url":"https://github.com/diosamuel/zippydamn","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"15cac45945f3a3e56295682de871ebd8a2b6c524"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diosamuel%2Fzippydamn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diosamuel%2Fzippydamn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diosamuel%2Fzippydamn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diosamuel%2Fzippydamn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diosamuel","download_url":"https://codeload.github.com/diosamuel/zippydamn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223654601,"owners_count":17180541,"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":["anime","cheerio","cli","downloader","hacktoberfest","nodejs","scraper","zippyshare"],"created_at":"2024-08-01T21:01:04.887Z","updated_at":"2024-11-08T08:30:37.105Z","avatar_url":"https://github.com/diosamuel.png","language":"JavaScript","funding_links":[],"categories":["Z"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e END OF SERVICE 😢\u003c/center\u003e\n\u003ch1\u003e\u003ca href=\"https://www.zippyshare.com/\"\u003eZippyshare\u003c/a\u003e has ended its service in March 2023, so this code no longer work again\u003c/h1\u003e\n\n---\n\u003ch1 align=\"center\"\u003e ZippyDamn!\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003e\nZippyDamn! is a ZippyShare Unofficial CLI (downloader \u0026 search) for nodejs\u003c/h2\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/diosamuel/zippydamn?style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/diosamuel/zippydamn?style=for-the-badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/diosamuel/zippydamn?style=for-the-badge\"\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"./logo.jpg\"\u003e\n\u003cimg src=\"https://nodei.co/npm/zippydamn.png\"\u003e\n\u003c/div\u003e\n\n## Installation\n\nUse the package manager npm to install _ZippyDamn!_ CLI\n\n```bash\nnpm install zippydamn -g\n```\n\n## Usage\n\n```bash\nUsage: zippydamn [global options] command\n\nOptions:\n  -s, --search \u003cquery...\u003e     search file on zippyshare.com\n  -d, --download \u003clink\u003e       extract url and give you downloadable link\n  -dl, --downloadFile \u003clink\u003e  extract url, download and save file to local (path is optional)\n  -h, --help                  display help for command\n\nExample command:\n  $ zippydamn -s song\n  $ zippydamn -d https://www19.zippyshare.com/v/lKeHaNxX/file.html\n  $ zippydamn -dl https://www19.zippyshare.com/v/lKeHaNxX/file.html\n  $ zippydamn -dl https://www19.zippyshare.com/v/lKeHaNxX/file.html C:\\Users\\Windows\\Music\n\n```\n\n| Feature             | Status |\n|---------------------|--------|\n| Extract Link         |  OK    |\n| Multiple Extract Link|  DISABLED    |\n| Search File          |  OK    |\n| Download File       | OK (Beta) |\n| Multiple Download File | PROGRESS |\n\n# Upcoming Feature\nZippydamn! Website\n\nplease open-source do your magic :)\n\n---\n## UPDATE V0.0.8 !\n### Added optional path to save files\n```bash\nzippydamn -dl https://www19.zippyshare.com/v/lKeHaNxX/file.html C:\\Users\\Windows\\Music\n```\n\n_File will be saved in C:\\Users\\Windows\\Music_\n\n## UPDATE V0.0.7 !\n### Multi download feature is disabled\n*for next update, this feature will be exist again :)*\n\n### Now you can download \u0026 save to local disk without providing CSE API Key\n*but you still using CSE API Key for searching :D*\n\n### Change callback code to async await :D\nCallback is suck you know? \u003e:), so i decided move to async await! :D\n\n---\n## UPDATE V0.0.6 !\n### ZippyDamn search need a Google CSE API Key to run\n1. Open [https://developers.google.com/custom-search/v1/overview](https://developers.google.com/custom-search/v1/overview)\n2. Click \"Get a Key\"\n3. Write your project name\n4. Replace \"YOUR_API_KEY\" with your Google Key in .env file\n  ```GOOGLE_CSE_KEY = \"YOUR_API_KEY\"```\n\n![](./tutorial.gif)\n\n### Added a Download feature (beta)\nSo you can download and save your zippyshare file to local disk\n\n*with tiny progress bar :) ~*\n\n## Contributing \u003c3\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n---\n\nMade with \u003c3 by Virdio\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiosamuel%2Fzippydamn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiosamuel%2Fzippydamn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiosamuel%2Fzippydamn/lists"}