Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diosamuel/zippydamn-lib
ZippyDamn-lib! is a ZippyShare Unofficial library (downloader & search) for nodejs
https://github.com/diosamuel/zippydamn-lib
hacktoberfest hacktoberfest2021 nodejs zippyshare
Last synced: about 1 month ago
JSON representation
ZippyDamn-lib! is a ZippyShare Unofficial library (downloader & search) for nodejs
- Host: GitHub
- URL: https://github.com/diosamuel/zippydamn-lib
- Owner: diosamuel
- License: mit
- Archived: true
- Created: 2021-09-23T12:55:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T14:12:33.000Z (over 1 year ago)
- Last Synced: 2024-09-12T20:45:35.136Z (3 months ago)
- Topics: hacktoberfest, hacktoberfest2021, nodejs, zippyshare
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - ZippyDamn-lib! - `ZippyDamn-lib! is a ZippyShare Unofficial library (downloader & search) for nodejs` *by [Virdio Samuel](https://github.com/diosamuel)* (Z)
- made-in-indonesia - ZippyDamn-lib! - `ZippyDamn-lib! is a ZippyShare Unofficial library (downloader & search) for nodejs` *by [Virdio Samuel](https://github.com/diosamuel)* (Z)
README
END OF SERVICE 😢
Zippyshare has ended its service in March 2023, so this code no longer work again---
ZippyDamn-lib!
ZippyDamn-lib! is a ZippyShare Unofficial library (downloader & search) for nodejs## Looking for a CLI?
> Try [Zippydamn! CLI](https://www.npmjs.com/package/zippydamn)
## Installation
Use the package manager npm to install _ZippyDamn!_ CLI
```bash
npm install zippydamn-lib
```## Usage
```bash
const zippy = require('zippydamn-lib')await zippy.extract('https://www19.zippyshare.com/v/lKeHaNxX/file.html')
await zippy.search('Attarashi Gakko')```
# Update
### Change callback code to async await :D
Callback is suck you know? >:), so i decided move to async await! :D---
## UPDATE V0.0.6 !
### ZippyDamn search need a Google CSE API Key to run
1. Open [https://developers.google.com/custom-search/v1/overview](https://developers.google.com/custom-search/v1/overview)
2. Click "Get a Key"
3. Write your project name
4. Replace "YOUR_API_KEY" with your Google Key in .env file
```GOOGLE_CSE_KEY = "YOUR_API_KEY"```![](./tutorial.gif)
## Contributing <3
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.## License
[MIT](https://choosealicense.com/licenses/mit/)---
Made with <3 by Virdio